summary refs log tree commit diff
path: root/src/test/run-pass/object-lifetime-default-from-ref-struct.rs
AgeCommit message (Collapse)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-02-16Implement the rules for RFC 599, and add various tests.Niko Matsakis-0/+47
Fixes #22211.