summary refs log tree commit diff
path: root/src/test/compile-fail/dep-graph-trait-impl-two-traits-same-method.rs
AgeCommit message (Collapse)AuthorLines
2016-04-06restructure rustc options relating to incr. comp.Niko Matsakis-1/+1
You can now pass `-Z incremental=dir` as well as saying `-Z query-dep-graph` if you want to enable queries for some other purpose. Accessor functions take the place of computed boolean flags.
2016-01-06Fix dependency graph test cases to have correct commments and use -Z incr-compNiko Matsakis-1/+4
2016-01-05Add assert-dep-graph testing mechanism and testsNiko Matsakis-0/+51