Update tests

This commit is contained in:
Seiichi Uchida 2017-10-01 21:21:20 +09:00
parent 1771dfca08
commit c0997260ba
5 changed files with 13 additions and 3 deletions

View File

@ -25,3 +25,6 @@ fn break_meee() {
};
}
}
// #2018
pub const EXPLAIN_UNSIZED_TUPLE_COERCION: &'static str = "Unsized tuple coercion is not stable enough for use and is subject to change";

View File

@ -30,3 +30,7 @@ fn break_meee() {
};
}
}
// #2018
pub const EXPLAIN_UNSIZED_TUPLE_COERCION: &'static str =
"Unsized tuple coercion is not stable enough for use and is subject to change";

View File

@ -5,5 +5,6 @@
// Force format strings
fn main() {
let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
let lorem =
"ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
}

View File

@ -4,5 +4,6 @@
// Force format strings
fn main() {
let lorem = "ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
let lorem =
"ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit";
}

View File

@ -19,7 +19,8 @@ fn main() {
fn foo(a: i32, a: i32, a: i32, a: i32, a: i32, a: i32, a: i32, a: i32, a: i32, a: i32, a: i32) {
}
let str = "AAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAa";
let str =
"AAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAa";
if let (
some_very_large,