From: Michael Howell Date: Thu, 29 Sep 2022 17:15:20 +0000 (-0700) Subject: Rollup merge of #102468 - RalfJung:tidy, r=jyn514 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=af33587fc5f603deb774cdf2b3aab5d5337f3467;p=rust.git Rollup merge of #102468 - RalfJung:tidy, r=jyn514 tidy: make rustc dependency error less confusing The current wording leads to very confusing messages: ``` tidy error: Dependencies for main workspace not explicitly permitted: * unicode-ident 1.0.4 (registry+https://github.com/rust-lang/crates.io-index) ``` Miri is part of that workspace, and there never was a problem adding Miri dependencies. The actual error is that due to a crate bump this now showed up as a rustc dependency, and *those* are restricted. --- af33587fc5f603deb774cdf2b3aab5d5337f3467