about summary refs log tree commit diff
path: root/src/test/ui/rust-2018/async-ident.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-142/+0
2022-10-01bless ui testsMaybe Waffle-2/+2
2021-06-25Address PR feedbackRyan Levick-15/+15
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-15/+15
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-16/+16
2018-09-11we now successfully warn about `async` in macro invocationsNiko Matsakis-12/+21
2018-08-29Generalize `async_idents` to all new keywordsAlex Crichton-2/+2
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-15/+15
2018-07-18Make `async_idents` allow-by-defaultOliver Schneider-15/+19
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-9/+111
2018-07-14Lint the use of async as an identifierOliver Schneider-0/+27