rust/tests/ui/lifetimes/raw/multiple-prefixes.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
95 B
Rust
Raw Normal View History

2024-06-13 19:56:28 -05:00
//@ edition: 2021
fn test(x: &'r#r#r ()) {}
//~^ ERROR expected type, found `#`
fn main() {}