rust/crates/syntax
Aleksey Kladov 9349353e04 Fix overflow panic in convert_interger_literal assist
This also seizes the opportunity to move integer literal parsing to
the syntax crate, were it logically belongs.

Note though that this is still done in an ad hoc manner -- we probably
should split kitchen sink ast::Literal into a separate APIs for
strings, ints, etc
2020-11-03 19:57:57 +01:00
..
fuzz Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
src Fix overflow panic in convert_interger_literal assist 2020-11-03 19:57:57 +01:00
test_data Don't interpret type path as part of visibility. 2020-10-24 02:20:45 -04:00
Cargo.toml Bump chalk and lexer 2020-11-02 12:00:58 -05:00