mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
62f2ec9b59
Don't call `extern_crate` when local crate name is the same as a dependency and we have a trait error #124944 implemented logic to point out when a trait bound failure involves a *trait* and *type* who come from identically named but different crates. This logic calls the `extern_crate` query which is not valid on `LOCAL_CRATE` cnum, so let's filter that out eagerly. Fixes #130272 Fixes #129184 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |