DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / tests / ui / traits / fn-pointer / suggest-wrap-parens.rs
12345678910
//@ run-rustfix trait Foo {} impl Foo for fn() {} fn main() { let _x: &dyn Foo = &main; //~^ ERROR the trait bound }