mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
7 lines
217 B
Markdown
7 lines
217 B
Markdown
Fixmes:
|
|
|
|
* Fix `is_whitespace`, add more tests
|
|
* Add more thorough tests for idents for XID_Start & XID_Continue
|
|
* Validate that float and integer literals use digits only of the appropriate
|
|
base, and are in range
|
|
|