mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-09 05:36:17 +00:00

When an unexpected meta item is provided to `#[stable]`, the diagnostic lists "since" and "note" as expected meta-items, however the surrounding code actually expects "feature" and "since". Signed-off-by: David Wood <david.wood@huawei.com>