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
serde
/
test_suite
/
tests
/
compile-fail
/
conflict
History
David Tolnay
860241aa88
Merge pull request
#1205
from mitsuhiko/bugfix/tuple-struct-flatten
...
Produce error message for use of flatten in tuple structs
2018-04-02 07:09:39 +02:00
..
adjacent-tag.rs
Test the new errors on conflicting enum tags
2018-03-08 09:31:25 -08:00
flatten-newtype-struct.rs
Produce error message for use of flatten in tuple structs
2018-04-01 22:11:21 +02:00
flatten-skip-deserializing.rs
Added compilefail tests for flatten conflicts
2018-03-20 22:04:12 +01:00
flatten-skip-serializing-if.rs
Added compilefail tests for flatten conflicts
2018-03-20 22:04:12 +01:00
flatten-skip-serializing.rs
Added compilefail tests for flatten conflicts
2018-03-20 22:04:12 +01:00
flatten-tuple-struct.rs
Produce error message for use of flatten in tuple structs
2018-04-01 22:11:21 +02:00
flatten-within-enum.rs
Produce error message for use of flatten within struct variant
2018-04-01 22:01:24 +02:00
internal-tag.rs
Test the new errors on conflicting enum tags
2018-03-08 09:31:25 -08:00