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 037a65c commit 4a7ab37Copy full SHA for 4a7ab37
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: cb1f957f71b4fafa3b9a39a03fe8b99df0c658a2
+refs/heads/master: 721c174b6c7e856633577d17f05bdd3fd4fc8a12
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/test/auxiliary/issue-2526.rs
@@ -35,8 +35,10 @@ fn arc<T: Const>(_data: T) -> arc_destruct<T> {
35
arc_destruct(0)
36
}
37
38
-fn init() -> arc_destruct<context_res> unsafe {
39
- arc(context_res())
+fn init() -> arc_destruct<context_res> {
+ unsafe {
40
+ arc(context_res())
41
+ }
42
43
44
struct context_res {
0 commit comments