mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-17 18:31:02 +00:00
Add regression test for issue 2415
Currently fails:
error: unexpected end of input, unexpected token in nested attribute, expected ident
--> test_suite/tests/regression/issue2415.rs:4:9
|
4 | #[serde()]
| ^
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
use serde_derive::Serialize;
|
||||||
|
|
||||||
|
#[derive(Serialize)]
|
||||||
|
#[serde()]
|
||||||
|
pub struct S;
|
||||||
Reference in New Issue
Block a user