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
9128201c78
serde
/
test_suite
/
tests
/
ui
/
unknown-attribute
/
variant.rs
10 lines
109 B
Rust
Raw
Normal View
History
Unescape
Escape
Update ui tests to 2018 edition
2018-12-31 20:36:59 -06:00
use
serde_derive
::
Serialize
;
Delete serde_macros
2016-09-28 11:55:54 -05:00
Place compile-fail expected errors on their own line
2018-06-03 00:19:39 -05:00
#[
derive(Serialize)
]
Delete serde_macros
2016-09-28 11:55:54 -05:00
enum
E
{
Format the compile-test sources with rustfmt 0.8.2
2018-06-03 00:30:55 -05:00
#[
serde(abc =
"
xyz
"
)
]
Delete serde_macros
2016-09-28 11:55:54 -05:00
V
,
}
Format the compile-test sources with rustfmt 0.8.2
2018-06-03 00:30:55 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink