show 'as' or 'use' before label traits

This commit is contained in:
mahdi-frms 2021-07-05 16:44:44 +04:30
parent b52306ed37
commit 6ac54319ea
6 changed files with 37 additions and 37 deletions

View file

@ -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 []