about summary refs log tree commit diff
path: root/src/test/rustdoc/playground-empty.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-13/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-04Add compile flags to playground-empty testPhilip Munksgaard-0/+2
"Run" links to the playground are not added to the generated documentation if the unstable `--playground-url` argument is not passed to rustdoc. Therefore, without specifying `--playground-url` as a compile-flag, the test doesn't correctly assert that `#![doc(html_playground_url = "")]` removes playground links.
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-0/+21
The main change is to stop using javascript to generate the URLs and use rustdoc instead. This also adds run buttons to the error index examples.