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 1f24a7e commit f76e471Copy full SHA for f76e471
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 0b43bf9782042250afc06ebdce23a3bcea0fd10b
+refs/heads/master: 80cd6aa96ed03f5f46d5e5a5fc09b096522b1d69
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/compile-fail/tag-that-dare-not-speak-its-name.rs
@@ -1,8 +1,13 @@
-// -*- rust -*-
-// xfail-test
-// error-pattern:option
-use std;
-import vec::*;
+// error-pattern:mismatched types: expected `char` but found
+// Issue #876
+
+#[no_core];
6
+use core;
7
8
+fn last<T: copy>(v: [const T]) -> core::option<T> {
9
+ fail;
10
+}
11
12
fn main() {
13
let y;
0 commit comments