mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
d4037f7d8f
Add #![unstable_removed(..)] attribute to track removed features Adds the #![unstable_removed(..)] attribute to enable tracking removed library features. Produce an error when a removed attribute is used. Add a test that it works. For https://github.com/rust-lang/rust/issues/141617 r? @jyn514