minor: update test

This commit is contained in:
Dawer 2021-09-04 15:19:44 +05:00
parent 3d9d10be39
commit 535761e63f

View File

@ -819,7 +819,7 @@ fn foo() {
bar("", baz()); bar("", baz());
} }
fn bar(arg: &str, baz: Baz) ${0:-> ()} { fn bar(arg: &str, baz: Baz) ${0:-> _} {
todo!() todo!()
} }