File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
branches/snap-stage3/src/test/run-pass 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
2
refs/heads/master: c29a7520e7fb4a5b4d4eccfc594e05793ef6688d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: cedfde9769f3bb4ba8eb1fbf75dbafe80cd226de
4
+ refs/heads/snap-stage3: ca27ccc8e7506e0b19257c7768803b10a53503b5
5
5
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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