DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / lifetimes / raw / static-lt.rs
12345678
//@ check-pass //@ edition: 2021 // Makes sure that `'r#static` is `'static` const FOO: &'r#static str = "hello, world"; fn main() {}