]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw-literal-underscore.stderr
Move more parsing tests to ui/parser
[rust.git] / src / test / ui / parser / raw / raw-literal-underscore.stderr
1 error: `r#_` is not currently supported.
2   --> $DIR/raw-literal-underscore.rs:13:20
3    |
4 LL | fn underscore_test(r#_: u32) {
5    |                    ^^^
6
7 error: aborting due to previous error
8