rust/tests/ui/packed
Jake Goulding 92cc57bafc Remove no-longer-needed allow(dead_code) from the tests
`repr(transparent)` now silences the lint.
2024-01-18 13:16:09 -05:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-trait.rs fix computing the dynamic alignment of packed structs with dyn trait tails 2023-12-13 20:21:57 +01:00
issue-27060-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-27060-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-27060.rs make unaligned_reference a hard error 2023-01-31 20:28:11 +01:00
issue-27060.stderr improve error notes for packed struct reference diagnostic 2023-04-28 20:28:56 -05:00
issue-46152.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-118537-field-offset-ice.rs Adjust compiler tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00
issue-118537-field-offset.rs codegen, miri: fix computing the offset of an unsized field in a packed struct 2023-12-03 08:26:51 +01:00
packed-struct-address-of-element.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-struct-borrow-element-64bit.rs make unaligned_reference a hard error 2023-01-31 20:28:11 +01:00
packed-struct-borrow-element-64bit.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
packed-struct-borrow-element.rs make unaligned_reference a hard error 2023-01-31 20:28:11 +01:00
packed-struct-borrow-element.stderr improve error notes for packed struct reference diagnostic 2023-04-28 20:28:56 -05:00
packed-struct-drop-aligned.rs Remove no-longer-needed allow(dead_code) from the tests 2024-01-18 13:16:09 -05:00
packed-struct-generic-layout.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-struct-generic-size.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-struct-generic-transmute.rs move packed-struct tests into packed/ folder 2023-12-02 14:48:07 +01:00
packed-struct-generic-transmute.stderr move packed-struct tests into packed/ folder 2023-12-02 14:48:07 +01:00
packed-struct-layout.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-struct-match.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-struct-optimized-enum.rs Adjust compiler tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00
packed-struct-size-xc.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-struct-size.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-struct-transmute.rs move packed-struct tests into packed/ folder 2023-12-02 14:48:07 +01:00
packed-struct-transmute.stderr move packed-struct tests into packed/ folder 2023-12-02 14:48:07 +01:00
packed-struct-vec.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-tuple-struct-layout.rs Adjust compiler tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00
packed-tuple-struct-size.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
packed-with-inference-vars-issue-61402.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00