rust/tests/ui/offset-of
George-lewis d56cdd48cb Bless tests
Update tests
2024-01-13 12:46:58 -05:00
..
auxiliary major test improvements 2023-04-21 02:45:48 -07:00
offset-of-arg-count.rs Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00:00
offset-of-arg-count.stderr Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00:00
offset-of-builtin.rs Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00:00
offset-of-builtin.stderr Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00: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 Warn on unused offset_of!() result 2023-06-21 11:43:14 +03:00
offset-of-enum.rs Feature gate enums in offset_of 2023-11-03 13:16:47 +00:00
offset-of-enum.stderr Update based on wesleywiser review 2023-10-31 23:41:40 +00: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 Show number in error message even for one error 2023-11-24 19:15:52 +01:00
offset-of-must-use.rs Warn on unused offset_of!() result 2023-06-21 11:43:14 +03:00
offset-of-must-use.stderr Warn on unused offset_of!() result 2023-06-21 11:43:14 +03: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 Point to where missing return type should go 2023-10-04 21:09:54 +00:00
offset-of-private.rs Feature gate enums in offset_of 2023-11-03 13:16:47 +00:00
offset-of-private.stderr Support enum variants in offset_of! 2023-10-31 23:25:54 +00:00
offset-of-self.rs Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00:00
offset-of-self.stderr Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00:00
offset-of-tuple-nested.rs Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00:00
offset-of-tuple.rs Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00:00
offset-of-tuple.stderr Make offset_of field parsing use metavariable which handles any spacing 2024-01-02 22:18:35 +00: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 Bless tests 2024-01-13 12:46:58 -05:00