mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
9ff5ee2532
tests: fix pub-priv-dep test expectation Related to private dependencies rust-lang/rust#44663 The test had wrongly configured dependency privacy. The ascii graph shows that both dependencies should be private. Furthermore, the way this test existed was effectively identical to `shared_direct_private.rs`.