diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-05-16 10:14:57 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-05-16 10:16:31 +0200 |
| commit | fc069d3241bae47273c969c34fa2d95113dc0b0d (patch) | |
| tree | 89eda732f332eae7635cee808fe9fe336ad5b2b6 /src/test/ui | |
| parent | 175345b8640e774089fd89cddc000f677c4fb316 (diff) | |
| download | rust-fc069d3241bae47273c969c34fa2d95113dc0b0d.tar.gz rust-fc069d3241bae47273c969c34fa2d95113dc0b0d.zip | |
Remove remains of rustc_dirty.
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/dep-graph/dep-graph-check-attr.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/dep-graph/dep-graph-check-attr.stderr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/dep-graph/dep-graph-check-attr.rs b/src/test/ui/dep-graph/dep-graph-check-attr.rs index 1026efc1b1d..a45bf24f8c1 100644 --- a/src/test/ui/dep-graph/dep-graph-check-attr.rs +++ b/src/test/ui/dep-graph/dep-graph-check-attr.rs @@ -5,7 +5,7 @@ #![allow(dead_code)] #![allow(unused_variables)] -#[rustc_dirty(hir_owner)] //~ ERROR attribute requires -Z query-dep-graph +#[rustc_clean(hir_owner)] //~ ERROR attribute requires -Z query-dep-graph fn main() {} #[rustc_if_this_changed(hir_owner)] //~ ERROR attribute requires -Z query-dep-graph diff --git a/src/test/ui/dep-graph/dep-graph-check-attr.stderr b/src/test/ui/dep-graph/dep-graph-check-attr.stderr index 945a4237c12..46f4e4358cf 100644 --- a/src/test/ui/dep-graph/dep-graph-check-attr.stderr +++ b/src/test/ui/dep-graph/dep-graph-check-attr.stderr @@ -1,7 +1,7 @@ error: attribute requires -Z query-dep-graph to be enabled --> $DIR/dep-graph-check-attr.rs:8:1 | -LL | #[rustc_dirty(hir_owner)] +LL | #[rustc_clean(hir_owner)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: attribute requires -Z query-dep-graph to be enabled |
