We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e2a46 commit bef89e9Copy full SHA for bef89e9
crates/ide-completion/src/tests/attribute.rs
@@ -568,7 +568,7 @@ fn attr_on_fn() {
568
at proc_macro_attribute
569
at proc_macro_derive(…)
570
at should_panic
571
- at target_feature = "…"
+ at target_feature(enable = "…")
572
at test
573
at track_caller
574
at warn(…)
@@ -615,7 +615,7 @@ fn attr_in_source_file_end() {
615
616
at repr(…)
617
618
619
620
621
at used
0 commit comments