about summary refs log tree commit diff
path: root/src/test/ui/resolve/raw-ident-in-path.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/resolve/raw-ident-in-path.stderr')
-rw-r--r--src/test/ui/resolve/raw-ident-in-path.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/ui/resolve/raw-ident-in-path.stderr b/src/test/ui/resolve/raw-ident-in-path.stderr
new file mode 100644
index 00000000000..f2efcbc8e85
--- /dev/null
+++ b/src/test/ui/resolve/raw-ident-in-path.stderr
@@ -0,0 +1,9 @@
+error[E0412]: cannot find type `r#break` in module `crate`
+  --> $DIR/raw-ident-in-path.rs:3:17
+   |
+LL | type A = crate::r#break;
+   |                 ^^^^^^^ not found in `crate`
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0412`.