mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 20:16:49 +00:00
fixed test case
This commit is contained in:
parent
2329b42407
commit
b27b882e72
@ -393,7 +393,7 @@ fn func(e: MyEnum) {
|
||||
merge_match_arms,
|
||||
r#"//- minicore: result
|
||||
fn func() {
|
||||
match Result::<(f64, f64), (f64)>::Ok((0f64, 0f64)) {
|
||||
match Result::<(f64, f64, f64), (f64, f64)>::Ok((0f64, 0f64, 0f64)) {
|
||||
Ok(x) => $0x.1.classify(),
|
||||
Err(x) => x.1.classify()
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user