summaryrefslogtreecommitdiffstats
path: root/tests/ui/union/unresolved-field-isnt-copy.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/union/unresolved-field-isnt-copy.stderr')
-rw-r--r--tests/ui/union/unresolved-field-isnt-copy.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/union/unresolved-field-isnt-copy.stderr b/tests/ui/union/unresolved-field-isnt-copy.stderr
new file mode 100644
index 000000000..22301582e
--- /dev/null
+++ b/tests/ui/union/unresolved-field-isnt-copy.stderr
@@ -0,0 +1,9 @@
+error[E0412]: cannot find type `Missing` in this scope
+ --> $DIR/unresolved-field-isnt-copy.rs:4:15
+ |
+LL | x: *const Missing,
+ | ^^^^^^^ not found in this scope
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0412`.