We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73c9a5 commit c1ce733Copy full SHA for c1ce733
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0e594939aa032c074df925d03c7d1289d6c2efc2
+refs/heads/master: 21b94d57d5319e42f5a30818c88b95c95449864e
trunk/src/test/compile-fail/uninit-after-item.rs
@@ -0,0 +1,8 @@
+// error-pattern:Unsatisfied precondition constraint (for example, init(bar
+// xfail-stage0
3
+fn main() {
4
+ auto bar;
5
+ fn baz(int x) { }
6
+ bind baz(bar);
7
+}
8
+
0 commit comments