mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
76618e7d20
remove `#![allow(stable_features)]` from most tests The only remaining usages are tests that specifically deal with feature gates. This also deletes the very weird `#![feature(issue_5723_bootstrap)]`, a 13 year old "temporary fix" (rust-lang/rust#5723).