mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
rustc uses the name ImplItem for items in impls, not the impl {} block itself,
which could lead to confusion.
|
||
|---|---|---|
| .. | ||
| 0001_array_type_missing_semi.rs | ||
| 0001_array_type_missing_semi.txt | ||
| 0002_misplaced_label_err.rs | ||
| 0002_misplaced_label_err.txt | ||
| 0003_pointer_type_no_mutability.rs | ||
| 0003_pointer_type_no_mutability.txt | ||
| 0004_impl_type.rs | ||
| 0004_impl_type.txt | ||
| 0005_fn_pointer_type_missing_fn.rs | ||
| 0005_fn_pointer_type_missing_fn.txt | ||
| 0006_unsafe_block_in_mod.rs | ||
| 0006_unsafe_block_in_mod.txt | ||