blob: dddafb829ba854edbaae56e2988005817fab7005 [file] [log] [blame] [edit]
//@ edition: 2021
//@ check-pass
// Test that `'r#a` is `'a`.
fn test<'r#a>(x: &'a ()) {}
fn main() {}