about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-76437-async.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-11/+0
Because the parser directory has already reached the 1000 file limit.
2021-03-17Detect pub fn attr wrong order like `async pub`Ivan Tham-0/+11
Redirects `const? async? unsafe? pub` to `pub const? async? unsafe?`. Fix #76437