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