]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rust-2018/dyn-keyword.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / rust-2018 / dyn-keyword.stderr
index fa79df49fb6658cec5cb9ef73013c443cd67e868..0fe11168c440fd40e3e40ab1f728e244597f697e 100644 (file)
@@ -4,7 +4,7 @@ error: `dyn` is a keyword in the 2018 edition
 LL |     let 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-keyword.rs:5:9
    |
 LL | #![deny(keyword_idents)]