summary refs log tree commit diff
path: root/src/test/compile-fail/specialization/defaultimpl/validation.rs
AgeCommit message (Collapse)AuthorLines
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-0/+23
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