about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-28848.stderr
AgeCommit message (Collapse)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-20/+0
Address comments Update limits
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-5/+5
2018-10-23check the self type is well-formedNiko Matsakis-5/+5
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/+20