rust/src/test/ui/union
Aaron Hill 0dd9f118d9
Show macro name in 'this error originates in macro' message
When there are multiple macros in use, it can be difficult to tell
which one was responsible for producing an error.
2021-05-12 19:03:06 -04:00
..
auxiliary
issue-41073.rs
issue-41073.stderr
union-align.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-backcomp.rs
union-basic.rs
union-borrow-move-parent-sibling.rs
union-borrow-move-parent-sibling.stderr
union-const-codegen.rs
union-const-eval-field.rs remove const_fn feature gate 2021-05-09 14:29:31 +02:00
union-const-eval.rs
union-const-pat.rs Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
union-const-pat.stderr Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
union-copy.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-copy.stderr stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-custom-drop.rs
union-custom-drop.stderr
union-deref.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
union-deref.stderr Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
union-derive-clone.rs Avoid describing a method as 'not found' when bounds are unsatisfied 2021-01-26 23:59:50 -05:00
union-derive-clone.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
union-derive-eq.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-derive-eq.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
union-derive-rpass.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-derive.rs
union-derive.stderr Expand derive invocations in left-to-right order 2021-04-10 17:29:20 -04:00
union-drop-assign.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-drop.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-empty.rs
union-empty.stderr
union-fields-1.rs
union-fields-1.stderr
union-fields-2.rs
union-fields-2.stderr
union-generic-rpass.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-generic.rs
union-generic.stderr
union-inherent-method.rs
union-lint-dead-code.rs
union-lint-dead-code.stderr
union-macro.rs
union-manuallydrop-rpass.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-move.rs please tidy 2020-09-13 16:13:20 +02:00
union-move.stderr rebase fallout 2020-09-13 18:15:19 +02:00
union-nodrop.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-nonrepresentable.rs
union-nonrepresentable.stderr
union-nonzero.rs
union-overwrite.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-packed.rs stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
union-pat-refutability.rs
union-repr-c.rs
union-repr-c.stderr
union-sized-field.rs
union-sized-field.stderr give full path of constraint in suggest_constraining_type_param 2021-03-31 09:47:31 +08:00
union-suggest-field.rs
union-suggest-field.stderr
union-trait-impl.rs
union-transmute.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
union-unsafe.rs needs -> might need 2020-11-20 10:58:31 +01:00
union-unsafe.stderr needs -> might need 2020-11-20 10:58:31 +01:00
union-unsized.rs
union-unsized.stderr
union-with-drop-fields.rs
union-with-drop-fields.stderr