mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 23:27:59 +00:00
Ui test changes for trybuild 1.0.49
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
error: unexpected literal in serde container attribute
|
||||
--> $DIR/tests/ui/unexpected-literal/container.rs:4:9
|
||||
--> tests/ui/unexpected-literal/container.rs:4:9
|
||||
|
|
||||
4 | #[serde("literal")]
|
||||
| ^^^^^^^^^
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
error: unexpected literal in serde field attribute
|
||||
--> $DIR/tests/ui/unexpected-literal/field.rs:5:13
|
||||
--> tests/ui/unexpected-literal/field.rs:5:13
|
||||
|
|
||||
5 | #[serde("literal")]
|
||||
| ^^^^^^^^^
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
error: unexpected literal in serde variant attribute
|
||||
--> $DIR/tests/ui/unexpected-literal/variant.rs:5:13
|
||||
--> tests/ui/unexpected-literal/variant.rs:5:13
|
||||
|
|
||||
5 | #[serde("literal")]
|
||||
| ^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user