DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / parser / issue-12187-1.rs
12345678
fn new<T>() -> &'static T { panic!() } fn main() { let &v = new(); //~^ ERROR type annotations needed }