serde/test_suite
Sean Griffin b4d8a55b2a Change serde_path to crate
Also changed the generated code to have at least one thing refer to the
path directly, rather than via `use` -- This shows that the impl *can*
work without `use`, but doesn't actually do all the work to remove the
`use` lines unless we decide we need this feature to work on the 2015
edition
2019-03-28 11:42:50 -06:00
..
2018-11-24 15:53:09 -08:00
2018-12-31 21:42:22 -05:00
2019-03-28 11:42:50 -06:00
2018-12-31 21:53:37 -05:00

To run unit tests

cargo test

To run ui tests

(cd deps && cargo clean && cargo update && cargo build)
cargo test --features compiletest

To update goldens after running ui tests

tests/ui/update-references.sh