remove leftover type_ascription
remains in feature gating
#111325
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
F-type_ascription
`#![feature(type_ascription)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
After #109128, there's some leftover code in feature gating.
rust/compiler/rustc_ast_passes/src/feature_gate.rs
Lines 378 to 401 in 613a5c9
It should be removed, although it needs to be ensured that code like it does not compile afterwards (I haven't tested it).
cc @chenyukang
The text was updated successfully, but these errors were encountered: