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 019b179 commit 2e1c46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ui/missing_colon.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ error: unexpected end of macro invocation
--> tests/ui/missing_colon.rs:4:5
|
4 | json!({ "a" });
| ^^^^^^^^^^^^^^^ missing tokens in macro arguments
| ^^^^^^^^^^^^^^ missing tokens in macro arguments
|
= note: this error originates in the macro `json_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
2 changes: 1 addition & 1 deletion tests/ui/missing_value.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ error: unexpected end of macro invocation
--> tests/ui/missing_value.rs:4:5
|
4 | json!({ "a" : });
| ^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
| ^^^^^^^^^^^^^^^^ missing tokens in macro arguments
|
= note: this error originates in the macro `json_internal` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 2e1c46c

Please sign in to comment.