serde/test_suite
David Tolnay b53ebef438
Resolve safe_packed_borrows lint renamed to unaligned_references
warning: lint `safe_packed_borrows` has been renamed to `unaligned_references`
        --> test_suite/tests/test_macros.rs:1926:8
         |
    1926 | #[deny(safe_packed_borrows)]
         |        ^^^^^^^^^^^^^^^^^^^ help: use the new name: `unaligned_references`
         |
         = note: `#[warn(renamed_and_removed_lints)]` on by default
2021-04-08 20:08:42 -07:00
..
no_std Update no_std test to 2018 edition 2018-12-31 21:42:22 -05:00
tests Resolve safe_packed_borrows lint renamed to unaligned_references 2021-04-08 20:08:42 -07:00
build.rs Exclude expansion tests from test suite by default 2020-05-05 21:52:37 -07:00
Cargo.toml Opt in to experimental trybuild diffs 2020-10-31 13:28:19 -07:00