Skip to content

Commit 4951bb8

Browse files
committed
Test for #876
This is the test case for #876. Xfailed for now.
1 parent 387903e commit 4951bb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// -*- rust -*-
2+
// xfail-test
3+
// error-pattern:mismatch
4+
use std;
5+
import std::vec::*;
6+
7+
fn main() {
8+
let y;
9+
let x : char = last(y);
10+
}

0 commit comments

Comments
 (0)