about summary refs log tree commit diff
path: root/tests/ui/lifetimes/raw/multiple-prefixes.rs
blob: f335373d8a7e76e62872d9a79c5d1dac3c4eebdb (plain)
1
2
3
4
5
6
//@ edition: 2021

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

fn main() {}