about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-43869.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-72/+0
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-0/+1
Now that compiletest denies warnings in these tests, they need fixing!
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-2/+0
2017-11-15Remove Fn trait + impl Trait rustdoc testsChristopher Vittal-5/+9
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-4/+0
2017-09-26Fix issue #44731.kennytm-0/+51
Also excludes `impl Trait` from everybody_loops if it appears in the path.
2017-08-15Exclude `impl Trait` functions from everybody_loops.kennytm-0/+32
Fixes #43869.