about summary refs log tree commit diff
path: root/src/test/run-pass/cycle-generic-bound.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-0/+2
associated machinery. Future such attempts should go through lints anyhow. There is a fair amount of fallout in the compile-fail tests, as WF checking now occurs earlier in the process.
2015-04-02Fallout in testsNiko Matsakis-3/+1
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-24Rework trait-bound-conversion so be based on the AST and rework collectNiko Matsakis-0/+18
to pass in the appropriate ast::generics etc