rust-analyzer/crates/syntax
Harry Sarson a653ddf940
braces around {self} in UseTree are not unnecessary
Before this commit `UseTree::remove_unnecessary_braces` removed the braces
around `{self}` in `use x::y::{self};` but `use x::y::self;` is not valid
rust.
2024-04-30 18:17:32 +01:00
..
fuzz fix: Ignore generic arguments in intra doc link path resolution 2024-02-28 14:47:47 +01:00
src braces around {self} in UseTree are not unnecessary 2024-04-30 18:17:32 +01:00
test_data Merge commit 'aa9bc86125' into sync-from-ra 2023-06-05 12:04:23 +03:00
Cargo.toml internal: Move grammar codegen into xtask 2024-03-19 10:57:53 +01:00
rust.ungram Fixup some issues with minicore 2024-04-18 12:20:54 +02:00