Skip to content

Commit d242ec5

Browse files
committed
---
yaml --- r: 274027 b: refs/heads/beta c: 54d78a4 h: refs/heads/master i: 274025: 6f2939c 274023: 3d69047
1 parent 416035a commit d242ec5

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
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 22b4bb051a25ac68a43f092b6fd1ade804c82680
26+
refs/heads/beta: 54d78a46c506343be3e355447ecd45886b3c444a
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/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
}

branches/beta/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)