summary refs log tree commit diff
path: root/src/test/compile-fail/object-lifetime-default-from-box-error.rs
AgeCommit message (Collapse)AuthorLines
2018-01-10Updated other tests affected by change.David Wood-1/+1
2017-11-12Improve SubSupConflict case with one named, one anonymous lifetime parameter ↵Cengiz Can-1/+1
#42701
2017-03-09Use subtyping on the target of unsizing coercions.Eduard-Mihai Burtescu-2/+2
2015-05-13eddyb's changes for DST coercionsNick Cameron-2/+2
+ lots of rebasing
2015-03-31Combine `try` and `commit_if_ok` and make some details of inferenceNiko Matsakis-2/+2
context private.
2015-02-16Implement the rules for RFC 599, and add various tests.Niko Matsakis-0/+45
Fixes #22211.