serde/test_suite/tests
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
..
bytes Replace try! macro in test suite 2018-12-31 21:46:14 -05:00
expand Revert "Regenerate macrotest outputs for PR #1917" 2021-01-23 20:36:26 -08:00
macros Copyright/license headers 2018-11-24 15:53:09 -08:00
ui Provide list of recognized rename rules on parse error 2021-01-23 14:38:20 -08:00
unstable Update test suite to 2018 edition 2018-12-31 21:53:37 -05:00
compiletest.rs Mark tests ignored on emscripten rather than omitting 2019-11-24 17:27:30 -08:00
expandtest.rs Suppress unused_attributes warning in test suite 2020-06-26 21:37:30 -07:00
test_annotations.rs Format PR #1916 with rustfmt 1.4.32 2021-01-23 13:39:12 -08:00
test_borrow.rs Format PR #1917 with rustfmt 1.4.32 2021-01-23 12:39:59 -08:00
test_de.rs Touch up PR 1997 2021-03-05 19:48:40 -08:00
test_gen.rs Add regression test for issue 1969 2021-01-25 13:34:08 -08:00
test_identifier.rs Assert that numeric field identifiers correctly deserialized (now failing) 2020-10-22 16:35:28 +05:00
test_ignored_any.rs Add comprehensive test for deserializing IgnoredAny from enum 2019-06-27 10:23:39 -07:00
test_macros.rs Resolve safe_packed_borrows lint renamed to unaligned_references 2021-04-08 20:08:42 -07:00
test_remote.rs Update test suite to use tool attrs 2018-12-31 21:59:40 -05:00
test_roundtrip.rs Update test suite to 2018 edition 2018-12-31 21:53:37 -05:00
test_self.rs Merge pull request 1830 from taiki-e/self 2021-01-24 23:05:51 -08:00
test_ser.rs Revert "Remove never_type feature gate" 2019-12-15 19:52:59 -08:00
test_serde_path.rs Format with rustfmt 2019-03-27 2019-04-03 09:40:12 -07:00
test_unstable.rs Update test suite to 2018 edition 2018-12-31 21:53:37 -05:00
test_value.rs Support deserializing enum out of MapAccessDeserializer 2019-05-06 16:11:28 -07:00