about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-28848.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-23check the self type is well-formedNiko Matsakis-2/+0
This fixes `issue-28848.rs` -- it also handles another case that the AST region checker gets wrong (`wf-self-type.rs`). I don't actually think that this is the *right way* to be enforcing this constraint -- I think we should probably do it more generally, perhaps by editing `predicates_of` for the impl itself. The chalk-style implied bounds setup ought to fix this.
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+25