mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 17:38:04 +00:00
Update ui tests to 2018 edition
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
error: field `s` does not have lifetime 'b
|
||||
--> $DIR/wrong_lifetime.rs:6:5
|
||||
--> $DIR/wrong_lifetime.rs:5:5
|
||||
|
|
||||
6 | / #[serde(borrow = "'b")]
|
||||
7 | | s: &'a str,
|
||||
5 | / #[serde(borrow = "'b")]
|
||||
6 | | s: &'a str,
|
||||
| |______________^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
Reference in New Issue
Block a user