about summary refs log tree commit diff
path: root/src/test/ui/attributes/item-attributes.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-174/+0
2021-01-13Update tests for extern block lintingMark Rousskov-23/+18
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
One or two tests became build-pass without the FIXME because they really needed build-pass (were failing without it). Helps with #62277
2019-09-14Warn on no_start, crate_id attribute useMark Rousskov-2/+0
These attributes are now deprecated; they don't have any use anymore.
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-08Move some run-pass attribute tests to uiVadim Petrochenkov-0/+181