about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-13698.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-10Fix typo in issue-13698.rsPhilip Munksgaard-1/+1
2015-04-22Replace ignore-android with ignore-cross-compile in rustdoc testsRyan Prichard-1/+1
The problem is that rustdoc searches for external crates using the host triple, not the target triple. It's actually unclear to me whether this is correct behavior or not, but it is necessary to get cross-compiled tests working.
2015-04-10Test fixes and review feedbackAlex Crichton-0/+1
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-0/+25
This ensures that all external traits are run through the same filters that the rest of the AST goes through, stripping hidden function as necessary. Closes #13698