about summary refs log tree commit diff
path: root/src/test/rustdoc/impl-parts.rs
AgeCommit message (Collapse)AuthorLines
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-0/+1
They used to be covered by `optin_builtin_traits` but negative impls are now applicable to all traits, not just auto traits. This also adds docs in the unstable book for the current state of auto traits.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-4/+1
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+1
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-2/+2
- add spaces to output so stripping lines and breaking spaces renders the same - add commas to where clauses in rustdoc tests to match the new output
2015-07-19Add test of impl formattingWilliam Throwe-0/+23