about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-49040.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-06Move some tests to more reasonable directoriesCaio-15/+0
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-4/+2
Crate root is sufficiently different from `mod` items, at least at syntactic level. Also remove customization point for "`mod` item or crate root" from AST visitors.
2019-09-14Provide a span if main function is not present in crateMark Rousskov-1/+5
Unfortunately, the diagnotic machinery does not cope well with an empty span which can happen if the crate is empty, in which case we merely set a spanless note.
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-01-13Recover from item trailing semicolonEsteban Küber-2/+7
2018-12-25Remove licensesMark Rousskov-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+8