static SEEN_MSRV_ATTR: AtomicBoolExpand description
#[clippy::msrv] attributes are rarely used outside of Clippy’s test suite, as a basic
optimization we can skip traversing the HIR in Msrv::meets if we never saw an MSRV attribute
during the early lint passes