mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
8e4b5448cf
changelog: none This tries to make progress on https://github.com/rust-lang/rust/issues/78717 by using the ui_test dependency handling instead of linking in the dependencies of clippy itself with the tests. This partially reverts https://github.com/rust-lang/rust-clippy/pull/11045. However, we still use the old style of dealing with dependencies for clippy's own crates and the "internal" tests, as otherwise those would get rebuilt which takes too long.