rust/tests/ui/offset-of
2025-12-02 18:25:13 +00:00
..
auxiliary major test improvements 2023-04-21 02:45:48 -07:00
inside-array-length.rs Replace OffsetOf by an actual sum. 2025-11-18 00:10:03 +00:00
inside-array-length.stderr Replace OffsetOf by an actual sum. 2025-11-18 00:10:03 +00:00
offset-of-arg-count.rs Tweak more warnings. 2024-10-28 14:20:28 +11:00
offset-of-arg-count.stderr Tweak more warnings. 2024-10-28 14:20:28 +11: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 tests: PointeeSized bounds with extern types 2025-06-16 23:04:35 +00:00
offset-of-dst-field.stderr tests: PointeeSized bounds with extern types 2025-06-16 23:04:35 +00:00
offset-of-enum.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
offset-of-enum.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
offset-of-inference.rs Stabilize simple offset_of 2024-01-19 20:38:51 +00:00
offset-of-inference.stderr Stabilize simple offset_of 2024-01-19 20:38:51 +00:00
offset-of-must-use.rs Fix #124478 - offset_of! returns a temporary 2024-04-28 18:36:08 +01:00
offset-of-must-use.stderr Fix #124478 - offset_of! returns a temporary 2024-04-28 18:36:08 +01:00
offset-of-output-type.rs Stabilize simple offset_of 2024-01-19 20:38:51 +00:00
offset-of-output-type.stderr Replace OffsetOf by an actual sum. 2025-11-18 00:10:03 +00:00
offset-of-private.rs Stabilize offset_of_nested 2024-07-29 17:50:12 +01:00
offset-of-private.stderr Support enum variants in offset_of! 2023-10-31 23:25:54 +00:00
offset-of-self.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
offset-of-self.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
offset-of-slice-normalized.rs Normalize when computing offset_of for slice tail 2024-08-08 11:58:11 -04:00
offset-of-slice.rs Stabilize offset_of_nested 2024-07-29 17:50:12 +01:00
offset-of-temporaries.rs Update mir-opt tests, add proper regression test 2024-04-28 21:10:09 +01:00
offset-of-tuple-field.rs Update ui tests with new macro early erroring 2025-07-25 23:46:28 +02:00
offset-of-tuple-field.stderr Do not provide field typo suggestions for tuples and tuple structs 2025-08-07 21:39:00 +00:00
offset-of-tuple-nested.rs Stabilize offset_of_nested 2024-07-29 17:50:12 +01:00
offset-of-tuple.rs Update ui tests with new macro early erroring 2025-07-25 23:46:28 +02:00
offset-of-tuple.stderr Update ui tests with new macro early erroring 2025-07-25 23:46:28 +02:00
offset-of-unsized.rs Replace OffsetOf by an actual sum. 2025-11-18 00:10:03 +00:00
offset-of-unstable-with-feature.rs Stabilize offset_of_nested 2024-07-29 17:50:12 +01:00
offset-of-unstable.rs Stabilize offset_of_nested 2024-07-29 17:50:12 +01:00
offset-of-unstable.stderr use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00