Update to syn 2

This commit is contained in:
David Tolnay
2023-03-15 23:44:08 -07:00
parent 9d87851f0c
commit 32f0d00ff9
12 changed files with 199 additions and 199 deletions
@@ -1,4 +1,4 @@
error: unexpected literal in serde container attribute
error: expected path
--> tests/ui/unexpected-literal/container.rs:4:9
|
4 | #[serde("literal")]
@@ -1,4 +1,4 @@
error: unexpected literal in serde field attribute
error: expected path
--> tests/ui/unexpected-literal/field.rs:5:13
|
5 | #[serde("literal")]
@@ -1,4 +1,4 @@
error: unexpected literal in serde variant attribute
error: expected path
--> tests/ui/unexpected-literal/variant.rs:5:13
|
5 | #[serde("literal")]