]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/imports/rfc-1560-warning-cycle.rs
note individual lint name set via lint group attribute in notes
[rust.git] / src / test / compile-fail / imports / rfc-1560-warning-cycle.rs
index eb36129799a4e21e833b7927f1af65df1f956c13..1d67bf3a1cddad7617c3cbf9cc73fa0ca399020a 100644 (file)
@@ -23,6 +23,7 @@ fn f(_: Foo) {}
         //~^ WARN `Foo` is ambiguous
         //~| WARN hard error in a future release
         //~| NOTE see issue #38260
+        //~| NOTE #[warn(legacy_imports)] on by default
     }
 }