Skip to content

Commit

Permalink
Update error message for new nightly
Browse files Browse the repository at this point in the history
Will still fail on stable and beta until the updated error messages have
propagated.
  • Loading branch information
Munksgaard committed Mar 5, 2020
1 parent 421d861 commit 0968366
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 0968366

Please sign in to comment.