parent
387903e702
commit
4951bb8bfc
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue