We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e885356 commit ed3c3d3Copy full SHA for ed3c3d3
src/test/rustdoc-ui/issue-105334.rs
@@ -0,0 +1,2 @@
1
+impl Vec< br##"*.."## > {}
2
+//~^ ERROR
src/test/rustdoc-ui/issue-105334.stderr
@@ -0,0 +1,9 @@
+error[E0747]: constant provided when a type was expected
+ --> $DIR/issue-105334.rs:1:11
3
+ |
4
+LL | impl Vec< br##"*.."## > {}
5
+ | ^^^^^^^^^^^
6
+
7
+error: aborting due to previous error
8
9
+For more information about this error, try `rustc --explain E0747`.
0 commit comments