mirror of
https://github.com/serde-rs/json.git
synced 2025-10-01 15:02:37 +00:00
Discard unimportant lines from ui tests
This commit is contained in:
parent
a39bcade70
commit
f3b059c006
@ -3,5 +3,3 @@ error[E0425]: cannot find value `x` in this scope
|
||||
|
|
||||
4 | json!({ "a" : x });
|
||||
| ^ not found in this scope
|
||||
|
||||
For more information about this error, try `rustc --explain E0425`.
|
||||
|
@ -3,5 +3,3 @@ error[E0609]: no field `s` on type `&'static str`
|
||||
|
|
||||
4 | json!({ "".s : true });
|
||||
| ^
|
||||
|
||||
For more information about this error, try `rustc --explain E0609`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user