rust/tests/ui/offset-of
est31 30c0e4e72b Add more tests for the offset_of!() macro
* ensuring that offset_of!(Self, ...) works iff inside an impl block
* ensuring that the output type is usize and doesn't coerce. this can be
  changed in the future, but if it is done, it should be a conscious descision
* improving the privacy checking test
* ensuring that generics don't let you escape the unsized check
2023-05-18 13:16:17 +02:00
..
auxiliary major test improvements 2023-04-21 02:45:48 -07:00
offset-of-arg-count.rs Erase regions of type in offset_of! 2023-05-16 21:36:42 +00: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 Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
offset-of-dst-field.stderr Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +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-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-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