Update ui test suite to nightly-2021-05-14

This commit is contained in:
David Tolnay 2021-05-13 19:15:50 -07:00
parent 6c6823a6b3
commit 892e2a8264
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ error: unexpected end of macro invocation
4 | json!({ "a" });
| ^^^^^^^^^^^^^^^ missing tokens in macro arguments
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the macro `json_internal` (in Nightly builds, run with -Z macro-backtrace for more info)

View File

@ -4,4 +4,4 @@ error: unexpected end of macro invocation
4 | json!({ "a" : });
| ^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the macro `json_internal` (in Nightly builds, run with -Z macro-backtrace for more info)