Skip to content

Commit

Permalink
Update ui test suite to nightly-2021-10-17
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 17, 2021
1 parent 0f12b9a commit 6a34de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/case-warning.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error: function `fooBar` should have a snake case name
| ^^^^^^^^^^ help: convert the identifier to snake case: `foo_bar`
...
13 | m!(Bar);
| -------- in this macro invocation
| ------- in this macro invocation
|
note: the lint level is defined here
--> tests/ui/case-warning.rs:1:9
Expand Down

0 comments on commit 6a34de1

Please sign in to comment.