mirror of
https://github.com/serde-rs/json.git
synced 2026-03-13 17:57:45 +00:00
Update ui tests to nightly-2020-02-08
This commit is contained in:
parent
6b5ded97b4
commit
8d0505803b
@ -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 outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
||||
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
@ -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 outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
||||
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
@ -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 outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
||||
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user