rust/tests/ui/offset-of
Lukas Markeffsky b6a3f126c0 change `std::marker::Sized` to just `Sized` 2023-06-15 12:01:38 +02:00
..
auxiliary major test improvements 2023-04-21 02:45:48 -07:00
offset-of-arg-count.rs don't skip inference for type in `offset_of!` 2023-05-20 15:20:27 +02:00
offset-of-arg-count.stderr Migrate offset_of from a macro to builtin # syntax 2023-05-05 21:44:13 +02:00
offset-of-builtin.rs Add feature gate 2023-05-05 21:44:48 +02:00
offset-of-builtin.stderr Migrate offset_of from a macro to builtin # syntax 2023-05-05 21:44:13 +02:00
offset-of-dst-field.rs Check tuple elements are `Sized` in `offset_of` 2023-06-02 01:18:59 +00:00
offset-of-dst-field.stderr change `std::marker::Sized` to just `Sized` 2023-06-15 12:01:38 +02:00
offset-of-enum.rs major test improvements 2023-04-21 02:45:48 -07:00
offset-of-enum.stderr major test improvements 2023-04-21 02:45:48 -07:00
offset-of-inference.rs don't skip inference for type in `offset_of!` 2023-05-20 15:20:27 +02:00
offset-of-inference.stderr don't skip inference for type in `offset_of!` 2023-05-20 15:20:27 +02:00
offset-of-output-type.rs Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
offset-of-output-type.stderr Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
offset-of-private.rs Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
offset-of-private.stderr Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
offset-of-self.rs Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
offset-of-self.stderr Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
offset-of-tuple-nested.rs Support float-like tuple indices in offset_of!() 2023-06-08 23:42:58 +02:00
offset-of-tuple.rs Support float-like tuple indices in offset_of!() 2023-06-08 23:42:58 +02:00
offset-of-tuple.stderr Support float-like tuple indices in offset_of!() 2023-06-08 23:42:58 +02:00
offset-of-unsized.rs Check tuple elements are `Sized` in `offset_of` 2023-06-02 01:18:59 +00:00
offset-of-unstable-with-feature.rs major test improvements 2023-04-21 02:45:48 -07:00
offset-of-unstable.rs major test improvements 2023-04-21 02:45:48 -07:00
offset-of-unstable.stderr Migrate offset_of from a macro to builtin # syntax 2023-05-05 21:44:13 +02:00