no_debug and omit_gdb_pretty_printer_sections attributes exist and are ungated #28091
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-stability
Area: `#[stable]`, `#[unstable]` etc.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This compiles without a peep from the compiler:
The later especially seems to be purely designed for the rust testsuite, so should probably be feature gated.
(Nominating for more discussion and some sort of priority: if the decision is made to feature gate them,fixing this should just involve changing a few lines of
src/libsyntax/feature_gate.rs
and then adding the appropriatefeature(...)
s to the tests that use them.)The text was updated successfully, but these errors were encountered: