mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Fix test after rebase
This commit is contained in:
parent
6e5637983c
commit
e9d1550001
@ -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…
x
Reference in New Issue
Block a user