Change <|> to $0 - Rebase
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user