We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example reproduction script:
use std::ops::Deref; fn main() { let x: fn(&i32) -> <&i32 as Deref>::Target = unimplemented!(); }