Skip to content

Commit ed3c3d3

Browse files
Add regression test for rust-lang#105334
1 parent e885356 commit ed3c3d3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/test/rustdoc-ui/issue-105334.rs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
impl Vec< br##"*.."## > {}
2+
//~^ ERROR
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
error[E0747]: constant provided when a type was expected
2+
--> $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

Comments
 (0)