We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this trait takes 1 generic argument but 0 generic arguments were supplied
In
let _: Option<i32> = Some(0).map(Into::into);
rust-analyzer complains about the lacking generic argument for Into even though that is inferred
Into