DEBSOURCES
Skip Quicknav
sources / rustc / 1.87.0%2Bdfsg1-1 / tests / ui / lifetimes / raw / lifetimes-eq.rs
12345678
//@ edition: 2021 //@ check-pass // Test that `'r#a` is `'a`. fn test<'r#a>(x: &'a ()) {} fn main() {}