This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
serde
Watch
1
Star
0
Fork
0
You've already forked serde
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
140f9beee7
serde
/
test_suite
/
tests
/
ui
/
unknown-attribute
/
field.stderr
6 lines
121 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move all compile-fail tests to ui tests The update-references.sh script makes these much easier to update in bulk compared to compile-fail tests.
2018-11-24 17:37:35 -06:00
error: unknown serde field attribute `abc`
Update ui tests to 2018 edition
2018-12-31 20:36:59 -06:00
--> $DIR/field.rs:5:13
Copyright/license headers The following changes are included: - Delete per-file license notices at the top of each file. - Delete the first paragraph of LICENSE-MIT (an inaccurate pseudo-copyright line), leaving only the text of the MIT license. Nothing about the license of Serde code has changed, only our understanding of how to correctly communicate that license has changed. This mirrors an equivalent change being applied in the rust-lang/rust repository.
2018-11-24 17:52:15 -06:00
|
Update ui tests to 2018 edition
2018-12-31 20:36:59 -06:00
5 | #[serde(abc = "xyz")]
Improve overall quality of `compile_error!` errors Also updates UI tests.
2018-11-29 00:01:17 -06:00
| ^^^
Reference in New Issue
Copy Permalink