summaryrefslogtreecommitdiffstats
path: root/tests/ui/symbol-names/impl2.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/symbol-names/impl2.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/symbol-names/impl2.stderr b/tests/ui/symbol-names/impl2.stderr
new file mode 100644
index 000000000..0c3205e01
--- /dev/null
+++ b/tests/ui/symbol-names/impl2.stderr
@@ -0,0 +1,8 @@
+error: def-path(<[u8; 1 + 2] as Foo>::baz)
+ --> $DIR/impl2.rs:11:5
+ |
+LL | #[rustc_def_path]
+ | ^^^^^^^^^^^^^^^^^
+
+error: aborting due to previous error
+