Skip to content

Commit a225b61

Browse files
committed
---
yaml --- r: 272113 b: refs/heads/master c: 54d78a4 h: refs/heads/master i: 272111: 2cb908a
1 parent 7c61e4f commit a225b61

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 22b4bb051a25ac68a43f092b6fd1ade804c82680
2+
refs/heads/master: 54d78a46c506343be3e355447ecd45886b3c444a
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/test/incremental/dirty_clean.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ mod z {
4848
#[rustc_dirty(label="TransCrateItem", cfg="cfail2")]
4949
pub fn z() {
5050
//[cfail2]~^ ERROR `TypeckItemBody("z::z")` found in dep graph, but should be dirty
51-
// FIXME(#32014) -- TransCrateItem ought to be clean, but it is in fact
52-
// dirty, hence we don't see an error here.
51+
//[cfail2]~| ERROR `TransCrateItem("z::z")` found in dep graph, but should be dirty
5352
}
5453
}

trunk/src/test/incremental/string_constant.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mod y {
4141
use x;
4242

4343
#[rustc_clean(label="TypeckItemBody", cfg="rpass2")]
44-
#[rustc_dirty(label="TransCrateItem", cfg="rpass2")]
44+
#[rustc_clean(label="TransCrateItem", cfg="rpass2")]
4545
pub fn y() {
4646
x::x();
4747
}
@@ -51,7 +51,7 @@ mod z {
5151
use y;
5252

5353
#[rustc_clean(label="TypeckItemBody", cfg="rpass2")]
54-
#[rustc_dirty(label="TransCrateItem", cfg="rpass2")]
54+
#[rustc_clean(label="TransCrateItem", cfg="rpass2")]
5555
pub fn z() {
5656
y::y();
5757
}

0 commit comments

Comments
 (0)