7 lines
95 B
Rust
7 lines
95 B
Rust
|
//@ edition: 2021
|
||
|
|
||
|
fn test(x: &'r#r#r ()) {}
|
||
|
//~^ ERROR expected type, found `#`
|
||
|
|
||
|
fn main() {}
|