1 2 3 4 5 6 7 8
//@ check-pass //@ edition: 2021 // Checks a primitive name can be defined as a lifetime. fn foo<'r#i32>() {} fn main() {}