about summary refs log tree commit diff
path: root/src/test/ui/rust-2018/async-ident.stderr
AgeCommit message (Expand)AuthorLines
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