mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
show 'as' or 'use' before label traits
This commit is contained in:
parent
b52306ed37
commit
6ac54319ea
6 changed files with 37 additions and 37 deletions
|
@ -1379,7 +1379,7 @@ fn main() {
|
|||
"#,
|
||||
expect![[r#"
|
||||
sn not [snippet]
|
||||
me not() (ops::Not) [type_could_unify]
|
||||
me not() (use ops::Not) [type_could_unify]
|
||||
sn if []
|
||||
sn while []
|
||||
sn ref []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue