Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-07-20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 20, 2022
1 parent 5b441a2 commit d1cbbb6
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 @@ -4,4 +4,4 @@ error: unexpected end of macro invocation
4 | json!({ "a" });
| ^^^^^^^^^^^^^^ 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)
= note: this error originates in the macro `json_internal` which comes from the expansion of the macro `json` (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 @@ -4,4 +4,4 @@ error: unexpected end of macro invocation
4 | json!({ "a" : });
| ^^^^^^^^^^^^^^^^ 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)
= note: this error originates in the macro `json_internal` which comes from the expansion of the macro `json` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit d1cbbb6

Please sign in to comment.