mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00
7 lines
95 B
Rust
7 lines
95 B
Rust
//@ edition: 2021
|
|
|
|
fn test(x: &'r#r#r ()) {}
|
|
//~^ ERROR expected type, found `#`
|
|
|
|
fn main() {}
|