rust/tests/rustdoc-ui/issue-105334.stderr
2023-01-11 09:32:08 +00:00

10 lines
261 B
Plaintext

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`.