Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(fn_traits)]
fn main() {
<fn() as Fn()>::call;
//~^ ERROR associated item constraints are not allowed here [E0229]
}