mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
04eedb24c9
Fixed the `private-dependency` bug Fixed the private-dependency bug: If the directly dependent crate is loaded last and is not configured with `--extern`, it may be incorrectly set to `private-dependency` Fixes #122756