mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 10:38:02 +00:00
Update tests and use quote! macro
This commit is contained in:
@@ -15,8 +15,8 @@ mod remote {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Serialize)] //~ ERROR: proc-macro derive panicked
|
||||
#[serde(remote = "~~~")] //~^ HELP: failed to parse path: "~~~"
|
||||
#[derive(Serialize)] //~ ERROR: 18:10: 18:19: failed to parse path: "~~~"
|
||||
#[serde(remote = "~~~")]
|
||||
struct S {
|
||||
a: u8,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user