mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
share literal validation logic with compiler
This commit is contained in:
parent
ef782adc29
commit
313314e14b
10 changed files with 620 additions and 1201 deletions
|
@ -23,7 +23,6 @@ mod syntax_node;
|
|||
mod syntax_text;
|
||||
mod syntax_error;
|
||||
mod parsing;
|
||||
mod string_lexing;
|
||||
mod validation;
|
||||
mod ptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue