File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
branches/try/src/test/incremental Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
- refs/heads/try: 22b4bb051a25ac68a43f092b6fd1ade804c82680
4
+ refs/heads/try: 54d78a46c506343be3e355447ecd45886b3c444a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ mod z {
48
48
#[ rustc_dirty( label="TransCrateItem" , cfg="cfail2" ) ]
49
49
pub fn z ( ) {
50
50
//[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
53
52
}
54
53
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ mod y {
41
41
use x;
42
42
43
43
#[ rustc_clean( label="TypeckItemBody" , cfg="rpass2" ) ]
44
- #[ rustc_dirty ( label="TransCrateItem" , cfg="rpass2" ) ]
44
+ #[ rustc_clean ( label="TransCrateItem" , cfg="rpass2" ) ]
45
45
pub fn y ( ) {
46
46
x:: x ( ) ;
47
47
}
@@ -51,7 +51,7 @@ mod z {
51
51
use y;
52
52
53
53
#[ rustc_clean( label="TypeckItemBody" , cfg="rpass2" ) ]
54
- #[ rustc_dirty ( label="TransCrateItem" , cfg="rpass2" ) ]
54
+ #[ rustc_clean ( label="TransCrateItem" , cfg="rpass2" ) ]
55
55
pub fn z ( ) {
56
56
y:: y ( ) ;
57
57
}
You can’t perform that action at this time.
0 commit comments