about summary refs log tree commit diff
path: root/src/test/ui/traits/auto-traits.rs
AgeCommit message (Collapse)AuthorLines
2020-06-17Unify region variables when projecting associated typesmatthewjasper-32/+0
This is required to avoid cycles when evaluating auto trait predicates.
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.
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+31