7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
error: field `s` does not have lifetime 'b
|
|
--> tests/ui/borrow/wrong_lifetime.rs:5:5
|
|
|
|
|
5 | / #[serde(borrow = "'b")]
|
|
6 | | s: &'a str,
|
|
| |______________^
|