about summary refs log tree commit diff
path: root/tests/rustdoc/primitive/primitive.rs
AgeCommit message (Collapse)AuthorLines
2023-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-3/+3
2023-03-22Rename tests to ensure they don't have overlapping names.Eric Huss-0/+21
Some tests will delete their output directory before starting. The output directory is based on the test names. If one test is the prefix of another test, then when that test starts, it could try to delete the output directory of the other test with the longer path.