mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +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