Add regression test for #105334

This commit is contained in:
Guillaume Gomez 2023-01-02 14:29:02 +01:00
parent e8853563df
commit ed3c3d3ddd
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,2 @@
impl Vec< br##"*.."## > {}
//~^ ERROR

View file

@ -0,0 +1,9 @@
error[E0747]: constant provided when a type was expected
--> $DIR/issue-105334.rs:1:11
|
LL | impl Vec< br##"*.."## > {}
| ^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0747`.