rust/tests/ui/lifetimes/raw/multiple-prefixes.rs
2024-09-06 10:32:48 -04:00

7 lines
95 B
Rust

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