Closed
Description
With the following stability attribute
#[unstable(
feature = "internal_uninit_const",
issue = "0",
reason = "hack to work around promotability",
)]
tidy complained
tidy error: /checkout/src/libcore/mem/maybe_uninit.rs:256: malformed stability attribute: missing `feature` key
Seems like it's parser is a bit too simplified.
See #62799 (comment) for the CI failure and f3abbf7 for the work-around.