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 e3a86bb commit 9bde994Copy full SHA for 9bde994
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5e7657fafb62b81eb68cb63b2a42e7b77ab9fce6
+refs/heads/master: 0c916c58e8c978554415933773f0a105dee754d3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
5
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
trunk/src/test/run-pass/uninit-empty-types.rs
@@ -16,7 +16,7 @@ use std::unstable::intrinsics;
16
#[deriving(Clone)]
17
struct Foo;
18
19
-fn main() {
+pub fn main() {
20
unsafe {
21
let _x: Foo = intrinsics::uninit();
22
let _x: [Foo, ..2] = intrinsics::uninit();
0 commit comments