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