mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +00:00
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
error: duplicate serde attribute `borrow`
|
|
--> tests/ui/borrow/duplicate_variant.rs:9:15
|
|
|
|
|
9 | S(#[serde(borrow)] Str<'a>),
|
|
| ^^^^^^
|