]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/dep-graph-trait-impl-two-traits-same-method.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / dep-graph-trait-impl-two-traits-same-method.rs
index 57e83586d8d37b79c5b32c87fb0c5081b21e8127..1afecd80ff5ad05309bc0b9c88b04cc43aff5c23 100644 (file)
@@ -11,7 +11,7 @@
 // Test that adding an impl to a trait `Foo` DOES affect functions
 // that only use `Bar` if they have methods in common.
 
-// compile-flags: -Z incr-comp
+// compile-flags: -Z query-dep-graph
 
 #![feature(rustc_attrs)]
 #![allow(dead_code)]