mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 23:37:27 +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>