mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
e79b2a18a2
Improve the explicit_outlives_requirements lint * Don't use Strings to compare parameters * Extend the lint to lifetime bounds * Extend the lint to enums and unions * Use the correct span for where clauses in tuple structs * Try to early-out where possible * Remove unnecessary bounds in rustc crates