mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 08:05:12 +00:00
Fix test fixture
This commit is contained in:
parent
7267749f6b
commit
2d77eb1e12
@ -1669,7 +1669,7 @@ fn main() {
|
||||
foo(a.0);
|
||||
}
|
||||
|
||||
fn foo(arg0: ()) ${0:-> _} {
|
||||
fn foo(a: ()) ${0:-> _} {
|
||||
todo!()
|
||||
}
|
||||
",
|
||||
|
Loading…
Reference in New Issue
Block a user