parent
387903e702
commit
4951bb8bfc
10
src/test/compile-fail/tag-that-dare-not-speak-its-name.rs
Normal file
10
src/test/compile-fail/tag-that-dare-not-speak-its-name.rs
Normal file
@ -0,0 +1,10 @@
|
||||
// -*- rust -*-
|
||||
// xfail-test
|
||||
// error-pattern:mismatch
|
||||
use std;
|
||||
import std::vec::*;
|
||||
|
||||
fn main() {
|
||||
let y;
|
||||
let x : char = last(y);
|
||||
}
|
Loading…
Reference in New Issue
Block a user