]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/dyn-keyword/dyn-2015-edition-keyword-ident-lint.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / dyn-keyword / dyn-2015-edition-keyword-ident-lint.stderr
index 361727733bc57243be5ff7b2b3c73747d6fb0490..32f06b62bb41acacc04eda5b89f6e19096d6be74 100644 (file)
@@ -4,7 +4,7 @@ error: `dyn` is a keyword in the 2018 edition
 LL |     pub mod dyn {
    |             ^^^ help: you can use a raw identifier to stay compatible: `r#dyn`
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/dyn-2015-edition-keyword-ident-lint.rs:10:9
    |
 LL | #![deny(keyword_idents)]