rust/src/test/ui/parser/raw/raw-literal-underscore.rs

4 lines
82 B
Rust
Raw Normal View History

fn underscore_test(r#_: u32) {
//~^ ERROR `r#_` is not currently supported.
}