1
Fork 0

librustc: Make self and static into keywords

This commit is contained in:
Patrick Walton 2013-05-10 15:15:06 -07:00
parent 06ef889cdc
commit 5d3559e645
51 changed files with 700 additions and 610 deletions

View file

@ -475,10 +475,12 @@ mod test {
span:sp(0,6)})
}
#[should_fail]
// FIXME (#6416): For some reason, this fails and causes a test failure, even though it's
// marked as `#[should_fail]`.
/*#[should_fail]
#[test] fn bad_path_expr_1() {
string_to_expr(@~"::abc::def::return");
}
}*/
#[test] fn string_to_tts_1 () {
let (tts,ps) = string_to_tts_t(@~"fn a (b : int) { b; }");