about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/ice-raw-str-105334.stderr
blob: 2096757fbb98e76b72d421aa67d85b4156c80225 (plain)
1
2
3
4
5
6
7
8
9
error[E0747]: constant provided when a type was expected
  --> $DIR/ice-raw-str-105334.rs:2:11
   |
LL | impl Vec< br##"*.."## > {}
   |           ^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0747`.