about summary refs log tree commit diff
path: root/src/test/ui/modules
AgeCommit message (Collapse)AuthorLines
2021-09-25Check for macros in built-in attributes that don't support them.Eric Huss-0/+28
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2021-03-05expand: Remove obsolete `DirectoryOwnership::UnownedViaMod`Vadim Petrochenkov-0/+15
This ownership kind is only constructed in the case of path attributes like `#[path = ".."]` without a file name segment, which always represent some kind of directories and will produce and error on attempt to parse them as a module file.
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-0/+56
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+166