Fix test after rebase
This commit is contained in:
parent
6e5637983c
commit
e9d1550001
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ fn foo(tuple: (u8, i16, f32)) {
|
|||
209..210 '_': (u8, i16, f32)
|
||||
214..216 '{}': ()
|
||||
136..142: expected (u8, i16, f32), got (u8, i16)
|
||||
170..182: expected (u8, i16, f32), got (u8, i16, f32, _)
|
||||
170..182: expected (u8, i16, f32), got (u8, i16, f32, {unknown})
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue