about summary refs log tree commit diff
path: root/src/test/rustdoc/playground-syntax-error.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2020-01-04rustdoc: Avoid panic when parsing codeblocks for playground linksOliver Middleton-0/+21
`make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally.