File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cedfde9769f3bb4ba8eb1fbf75dbafe80cd226de
2
+ refs/heads/master: ca27ccc8e7506e0b19257c7768803b10a53503b5
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ pub fn main() {
20
20
assert_eq ! ( size_of:: <[ u8 , ..4 ] >( ) , 4 u) ;
21
21
22
22
// FIXME #10183
23
- if cfg ! ( target_word_size = "64" ) {
24
- assert_eq ! ( size_of:: <[ u8 , ..( 1 << 32 ) ] >( ) , ( 1 u << 32 ) ) ;
25
- }
23
+ // FIXME #18069
24
+ //if cfg!(target_word_size = "64") {
25
+ // assert_eq!(size_of::<[u8, ..(1 << 32)]>(), (1u << 32));
26
+ //}
26
27
}
You can’t perform that action at this time.
0 commit comments