]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/lint-stability2.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / lint / lint-stability2.stderr
index 6599da564f52bb23becfad3e48f629882a72dc53..a14bf2ec8ca97b91ac7416e774ea4ddb6b9c7c8b 100644 (file)
@@ -4,12 +4,12 @@ error: use of deprecated item 'lint_stability::deprecated': text
 LL |     macro_test!();
    |     ^^^^^^^^^^^^^^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/lint-stability2.rs:4:9
    |
 LL | #![deny(deprecated)]
    |         ^^^^^^^^^^
-   = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error