summary refs log tree commit diff
path: root/src/test/compile-fail/object-lifetime-default-from-box-error.rs
AgeCommit message (Collapse)AuthorLines
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.