Skip to content

Commit a6bddc8

Browse files
authored
Merge pull request #214 from laumann/fix-failing-test
Update error message for new nightly
2 parents af04c36 + 6fafb2f commit a6bddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-project/tests/ui/dyn-keyword.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error: `dyn` is a keyword in the 2018 edition
44
17 | let dyn = (); //~ ERROR dyn
55
| ^^^ help: you can use a raw identifier to stay compatible: `r#dyn`
66
|
7-
note: lint level defined here
7+
note: the lint level is defined here
88
--> $DIR/dyn-keyword.rs:14:9
99
|
1010
14 | #![deny(keyword_idents)]

0 commit comments

Comments
 (0)