]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-105334.stderr
Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu
[rust.git] / tests / rustdoc-ui / issue-105334.stderr
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`.