Constant tidy::deps::PERMITTED_RUSTC_DEPENDENCIES

source ยท
const PERMITTED_RUSTC_DEPENDENCIES: &[&str];
Expand description

Crates rustc is allowed to depend on. Avoid adding to the list if possible.

This list is here to provide a speed-bump to adding a new dependency to rustc. Please check with the compiler team before adding an entry.