Change <|> to $0 - Rebase

This commit is contained in:
Kevaundray Wedderburn
2021-01-06 20:15:48 +00:00
parent 171c3c08fe
commit 72b9a4fbd3
110 changed files with 1745 additions and 1765 deletions

View File

@@ -861,7 +861,7 @@ mod tests {
fn foo(arg: &Foo) {}
fn main() {
let arg = Foo;
foo(<|>)
foo($0)
}"#;
let (offset, text) = test_utils::extract_offset(fixture);