DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / type / type-ascription-with-fn-call.fixed
123456789
// run-rustfix #![feature(type_ascription)] fn main() { f() ; f(); //~ ERROR expected type, found function } fn f() {}