diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/dep-graph/dep-graph-assoc-type-codegen.rs (renamed from src/test/ui/dep-graph/dep-graph-assoc-type-codegen.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-assoc-type-codegen.stderr (renamed from src/test/ui/dep-graph/dep-graph-assoc-type-codegen.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-caller-callee.rs (renamed from src/test/ui/dep-graph/dep-graph-caller-callee.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-caller-callee.stderr (renamed from src/test/ui/dep-graph/dep-graph-caller-callee.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-check-attr.rs (renamed from src/test/ui/dep-graph/dep-graph-check-attr.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-check-attr.stderr (renamed from src/test/ui/dep-graph/dep-graph-check-attr.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-dump.rs | 6 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-dump.stderr | 2 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-struct-signature.rs (renamed from src/test/ui/dep-graph/dep-graph-struct-signature.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-struct-signature.stderr (renamed from src/test/ui/dep-graph/dep-graph-struct-signature.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs (renamed from src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr (renamed from src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs (renamed from src/test/ui/dep-graph/dep-graph-trait-impl-two-traits.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-trait-impl-two-traits.stderr (renamed from src/test/ui/dep-graph/dep-graph-trait-impl-two-traits.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-trait-impl.rs (renamed from src/test/ui/dep-graph/dep-graph-trait-impl.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-trait-impl.stderr (renamed from src/test/ui/dep-graph/dep-graph-trait-impl.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-type-alias.rs (renamed from src/test/ui/dep-graph/dep-graph-type-alias.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-type-alias.stderr (renamed from src/test/ui/dep-graph/dep-graph-type-alias.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-variance-alias.rs (renamed from src/test/ui/dep-graph/dep-graph-variance-alias.rs) | 0 | ||||
-rw-r--r-- | tests/ui/dep-graph/dep-graph-variance-alias.stderr (renamed from src/test/ui/dep-graph/dep-graph-variance-alias.stderr) | 0 |
20 files changed, 8 insertions, 0 deletions
diff --git a/src/test/ui/dep-graph/dep-graph-assoc-type-codegen.rs b/tests/ui/dep-graph/dep-graph-assoc-type-codegen.rs index 978c19948..978c19948 100644 --- a/src/test/ui/dep-graph/dep-graph-assoc-type-codegen.rs +++ b/tests/ui/dep-graph/dep-graph-assoc-type-codegen.rs diff --git a/src/test/ui/dep-graph/dep-graph-assoc-type-codegen.stderr b/tests/ui/dep-graph/dep-graph-assoc-type-codegen.stderr index cdc268cff..cdc268cff 100644 --- a/src/test/ui/dep-graph/dep-graph-assoc-type-codegen.stderr +++ b/tests/ui/dep-graph/dep-graph-assoc-type-codegen.stderr diff --git a/src/test/ui/dep-graph/dep-graph-caller-callee.rs b/tests/ui/dep-graph/dep-graph-caller-callee.rs index 4a3a8bb6b..4a3a8bb6b 100644 --- a/src/test/ui/dep-graph/dep-graph-caller-callee.rs +++ b/tests/ui/dep-graph/dep-graph-caller-callee.rs diff --git a/src/test/ui/dep-graph/dep-graph-caller-callee.stderr b/tests/ui/dep-graph/dep-graph-caller-callee.stderr index 4d06dc7f3..4d06dc7f3 100644 --- a/src/test/ui/dep-graph/dep-graph-caller-callee.stderr +++ b/tests/ui/dep-graph/dep-graph-caller-callee.stderr diff --git a/src/test/ui/dep-graph/dep-graph-check-attr.rs b/tests/ui/dep-graph/dep-graph-check-attr.rs index a45bf24f8..a45bf24f8 100644 --- a/src/test/ui/dep-graph/dep-graph-check-attr.rs +++ b/tests/ui/dep-graph/dep-graph-check-attr.rs diff --git a/src/test/ui/dep-graph/dep-graph-check-attr.stderr b/tests/ui/dep-graph/dep-graph-check-attr.stderr index 46f4e4358..46f4e4358 100644 --- a/src/test/ui/dep-graph/dep-graph-check-attr.stderr +++ b/tests/ui/dep-graph/dep-graph-check-attr.stderr diff --git a/tests/ui/dep-graph/dep-graph-dump.rs b/tests/ui/dep-graph/dep-graph-dump.rs new file mode 100644 index 000000000..cbc4def0e --- /dev/null +++ b/tests/ui/dep-graph/dep-graph-dump.rs @@ -0,0 +1,6 @@ +// Test dump-dep-graph requires query-dep-graph enabled + +// incremental +// compile-flags: -Z dump-dep-graph + +fn main() {} diff --git a/tests/ui/dep-graph/dep-graph-dump.stderr b/tests/ui/dep-graph/dep-graph-dump.stderr new file mode 100644 index 000000000..ea44b8bb0 --- /dev/null +++ b/tests/ui/dep-graph/dep-graph-dump.stderr @@ -0,0 +1,2 @@ +error: can't dump dependency graph without `-Z query-dep-graph` + diff --git a/src/test/ui/dep-graph/dep-graph-struct-signature.rs b/tests/ui/dep-graph/dep-graph-struct-signature.rs index fcf9f6387..fcf9f6387 100644 --- a/src/test/ui/dep-graph/dep-graph-struct-signature.rs +++ b/tests/ui/dep-graph/dep-graph-struct-signature.rs diff --git a/src/test/ui/dep-graph/dep-graph-struct-signature.stderr b/tests/ui/dep-graph/dep-graph-struct-signature.stderr index cfe1e62d9..cfe1e62d9 100644 --- a/src/test/ui/dep-graph/dep-graph-struct-signature.stderr +++ b/tests/ui/dep-graph/dep-graph-struct-signature.stderr diff --git a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs index 5da8df570..5da8df570 100644 --- a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs +++ b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs diff --git a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr index 6f56cbc8d..6f56cbc8d 100644 --- a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr +++ b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.stderr diff --git a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits.rs b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs index 590475fa0..590475fa0 100644 --- a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits.rs +++ b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs diff --git a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits.stderr b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.stderr index 4e1043736..4e1043736 100644 --- a/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits.stderr +++ b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.stderr diff --git a/src/test/ui/dep-graph/dep-graph-trait-impl.rs b/tests/ui/dep-graph/dep-graph-trait-impl.rs index 19002965b..19002965b 100644 --- a/src/test/ui/dep-graph/dep-graph-trait-impl.rs +++ b/tests/ui/dep-graph/dep-graph-trait-impl.rs diff --git a/src/test/ui/dep-graph/dep-graph-trait-impl.stderr b/tests/ui/dep-graph/dep-graph-trait-impl.stderr index bfee6d5c8..bfee6d5c8 100644 --- a/src/test/ui/dep-graph/dep-graph-trait-impl.stderr +++ b/tests/ui/dep-graph/dep-graph-trait-impl.stderr diff --git a/src/test/ui/dep-graph/dep-graph-type-alias.rs b/tests/ui/dep-graph/dep-graph-type-alias.rs index 0e1b3db19..0e1b3db19 100644 --- a/src/test/ui/dep-graph/dep-graph-type-alias.rs +++ b/tests/ui/dep-graph/dep-graph-type-alias.rs diff --git a/src/test/ui/dep-graph/dep-graph-type-alias.stderr b/tests/ui/dep-graph/dep-graph-type-alias.stderr index 42ac803b2..42ac803b2 100644 --- a/src/test/ui/dep-graph/dep-graph-type-alias.stderr +++ b/tests/ui/dep-graph/dep-graph-type-alias.stderr diff --git a/src/test/ui/dep-graph/dep-graph-variance-alias.rs b/tests/ui/dep-graph/dep-graph-variance-alias.rs index 008434696..008434696 100644 --- a/src/test/ui/dep-graph/dep-graph-variance-alias.rs +++ b/tests/ui/dep-graph/dep-graph-variance-alias.rs diff --git a/src/test/ui/dep-graph/dep-graph-variance-alias.stderr b/tests/ui/dep-graph/dep-graph-variance-alias.stderr index 554ff455a..554ff455a 100644 --- a/src/test/ui/dep-graph/dep-graph-variance-alias.stderr +++ b/tests/ui/dep-graph/dep-graph-variance-alias.stderr |