about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/stability-attribute-sanity.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-136/+0
2023-01-09fix: fix CI errorsEzra Shaw-1/+1
2022-07-20attr: fix expected meta-item for `#[stable]`David Wood-1/+1
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>
2022-04-14Use native duplicate attribute checkJacob Pratt-9/+13
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-11/+11
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-9/+9
This keeps `reason` around for the time being. This is necessary to avoid breakage during the bootstrap process. This change, as a whole, brings `#[rustc_deprecated]` more in line with `#[deprecated]`.
2022-03-03Cleanup feature gates.Camille GILLOT-3/+9
2021-07-26Add long explanation for E0544.Chris Midgley-1/+1
2021-03-05Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakisbors-7/+13
Inherit `#[stable(..)]` annotations in enum variants and fields from its item Lint changes for #65515. The stdlib will have to be updated once this lands in beta and that version is promoted in master.
2021-02-18Add long explanation for E0549Jesus Rubio-1/+1
2021-02-17Add long explanation for E0543Jesus Rubio-1/+1
2021-02-10Tweak stability attribute diagnostic outputEsteban Küber-4/+10
2021-02-10Inherit `#[stable(..)]` annotations in enum variants and fields from its itemEsteban Küber-4/+4
2021-02-08Add long explanation for E0547Jesus Rubio-1/+1
2021-02-06Add long error explanation for E0542Jesus Rubio-1/+1
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-3/+9
2020-12-02bless stability-attribute-sanity ui testDaiki Ihara-1/+1
2020-11-02Improve deprecation attribute diagnostic messages.Mara Bos-6/+2
(From the PR feedback.) Co-authored-by: Esteban Küber <esteban@kuber.com.ar>
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-6/+12
2020-07-20Parse rustc_deprecated as deprecated attributeMark Rousskov-2/+2
2020-05-02Add long error explanation for E0539unexge-1/+2
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-6/+6
2019-12-13Require stable/unstable annotations for the constness of all stable ↵Oliver Scherer-5/+5
functions with a `const` modifier
2019-09-26Add test for E0543Guillaume Gomez-8/+14
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+1
2019-03-11Update testsVadim Petrochenkov-16/+16
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-50/+14
2018-12-25Remove licensesMark Rousskov-23/+23
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+142