Skip to content

Commit

Permalink
Merge pull request #214 from laumann/fix-failing-test
Browse files Browse the repository at this point in the history
Update error message for new nightly
  • Loading branch information
Munksgaard committed Mar 5, 2020
2 parents af04c36 + 6fafb2f commit a6bddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-project/tests/ui/dyn-keyword.stderr
Expand Up @@ -4,7 +4,7 @@ error: `dyn` is a keyword in the 2018 edition
17 | let dyn = (); //~ ERROR 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:14:9
|
14 | #![deny(keyword_idents)]
Expand Down

0 comments on commit a6bddc8

Please sign in to comment.