Remove deprecated_safe and its corresponding feature gate

This commit is contained in:
Jonathan Brouwer 2026-02-12 21:40:10 +01:00
parent bb8b30a5fc
commit 42a3c864d2
No known key found for this signature in database
GPG key ID: 13619B051B673C52
6 changed files with 2 additions and 41 deletions

View file

@ -391,8 +391,6 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
| sym::warn
| sym::deny
| sym::forbid
// need to be fixed
| sym::deprecated_safe // FIXME(deprecated_safe)
// internal
| sym::prelude_import
| sym::panic_handler