Update ui tests to include nightly wording change

This commit is contained in:
David Tolnay 2017-11-28 22:00:25 -08:00
parent ba3c859d58
commit a4b2223762
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ error: unexpected end of macro invocation
13 | json!({ "a" });
| ^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (run with -Z external-macro-backtrace for more info)
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to previous error

View File

@ -4,7 +4,7 @@ error: unexpected end of macro invocation
13 | json!({ "a" : });
| ^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (run with -Z external-macro-backtrace for more info)
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to previous error

View File

@ -4,7 +4,7 @@ error: unexpected end of macro invocation
13 | json!({ "a" : ~ });
| ^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (run with -Z external-macro-backtrace for more info)
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to previous error