summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-negative-impls-safe.rs
AgeCommit message (Collapse)AuthorLines
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-1/+1
Properly parse impls for the never type `!` Recover from missing `for` in `impl Trait for Type` Prohibit inherent default impls and default impls of auto traits Change wording in more diagnostics to use "auto traits" Some minor code cleanups in the parser
2015-01-16Negative impls are considered safeFlavio Percoco-0/+20