mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 05:21:05 +00:00

The update-references.sh script makes these much easier to update in bulk compared to compile-fail tests.
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
error: field `s` does not have lifetime 'b
|
|
--> $DIR/wrong_lifetime.rs:12:10
|
|
|
|
|
12 | #[derive(Deserialize)]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|