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 6a5ffa0 commit 6f3d25fCopy full SHA for 6f3d25f
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: bb952358aa674b815f6180520eb5ddf2289e6401
+refs/heads/master: 4a5fb4bd2a4c9d063bfe4868c90ff005ff3d3a62
3
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
trunk/src/test/compile-fail/pushpop-unsafe-rejects.rs
@@ -13,6 +13,8 @@
13
// positive number of pushes in the stack, or if we are within a
14
// normal `unsafe` block, but otherwise cannot.
15
16
+#![feature(pushpop_unsafe)]
17
+
18
static mut X: i32 = 0;
19
20
unsafe fn f() { X += 1; return; }
0 commit comments