We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aa805 commit 29aae88Copy full SHA for 29aae88
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 9c5173f8e5444862471eb079c93801ff13d4d525
+refs/heads/master: 25a4adc62f4a743b6696a248ef365aaaaee06362
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 9006c3c0f14be45da8ffeba43d354d088e366c83
5
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
trunk/src/test/run-pass/init-large-type.rs
@@ -18,7 +18,7 @@ extern "rust-intrinsic" {
18
pub fn init<T>() -> T;
19
}
20
21
-const SIZE: usize = 512 * 1024 * 1024;
+const SIZE: usize = 1024 * 1024;
22
23
fn main() {
24
let _memory: [u8; SIZE] = unsafe { init() };
0 commit comments