Update tests
This commit is contained in:
parent
1771dfca08
commit
c0997260ba
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
}
|
||||
|
@ -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";
|
||||
}
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user