DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / associated-consts / double-elided.rs
12345678910
//@ check-pass struct S; impl S { const C: &&str = &""; // Now resolves to `&'static &'static str`. } fn main() {}