Skip to content

Commit 8cd6a96

Browse files
committed
---
yaml --- r: 5111 b: refs/heads/master c: 4951bb8 h: refs/heads/master i: 5109: 40f9e69 5107: 9c4dc06 5103: d88b71b v: v3
1 parent 8d98eb2 commit 8cd6a96

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 387903e702ded5b40472d850fb896a3826c97350
2+
refs/heads/master: 4951bb8bfc1cfcc7bc0df9ebdaf86610a2c2658f
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)