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.
2 parents af04c36 + 6fafb2f commit a6bddc8Copy full SHA for a6bddc8
test-project/tests/ui/dyn-keyword.stderr
@@ -4,7 +4,7 @@ error: `dyn` is a keyword in the 2018 edition
4
17 | let dyn = (); //~ ERROR dyn
5
| ^^^ help: you can use a raw identifier to stay compatible: `r#dyn`
6
|
7
-note: lint level defined here
+note: the lint level is defined here
8
--> $DIR/dyn-keyword.rs:14:9
9
10
14 | #![deny(keyword_idents)]
0 commit comments