about summary refs log tree commit diff
path: root/src/test/ui/deprecation/rustc_deprecation-in-future.rs
AgeCommit message (Expand)AuthorLines
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-18/+0
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-2/+2
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-2/+7
2020-07-26report kind of deprecated item in messageAndy Russell-1/+1
2019-02-11Add a test for rustc_deprecatedvarkor-0/+15