mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
acee1f47ef
When suggesting the use of a fully qualified path for a method call that is ambiguous because it has multiple candidates, erase type params in the resulting code, as they would result in an error when applied. We replace them with `_` in the output to rely on inference. There might be cases where this still produces slighlty incomplete suggestions, but it otherwise produces many more errors in relatively common cases. Fix #96292 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |