about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/ignore-block-help.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2021-05-17Add back missing help for ignore blocksJoshua Nelson-1/+4
This also gives a better error message when a span is missing.
2021-01-01Add test for suggestion in case a "ignore" doc block has invalid rust code ↵Guillaume Gomez-0/+7
inside