summary refs log tree commit diff
path: root/src/test/run-pass/check-static-recursion-foreign.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-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-16Add custom_attribute gate to tests which need themManish Goregaokar-0/+3
2014-10-29check_static_recursion: Handle foreign itemsBen Gamari-0/+27