diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-07 12:27:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 12:27:17 +0000 |
| commit | 7967ce85cfc5fc2b1996425b44f2a45d0841c8ff (patch) | |
| tree | 4495b9de7ea6c8e9dd9fd347d42517e9dee511fa /crates/rust-analyzer/src | |
| parent | c3e9fb183bc287d83b97b776edc87c54d18d1a73 (diff) | |
| parent | 72b9a4fbd3c12f3250b9157a1d44230e04ec8b22 (diff) | |
| download | rust-7967ce85cfc5fc2b1996425b44f2a45d0841c8ff.tar.gz rust-7967ce85cfc5fc2b1996425b44f2a45d0841c8ff.zip | |
Merge #7184
7184: Changes Cursor Marker To $0 r=matklad a=kevaundray Co-authored-by: Kevaundray Wedderburn <kevtheappdev@gmail.com>
Diffstat (limited to 'crates/rust-analyzer/src')
| -rw-r--r-- | crates/rust-analyzer/src/to_proto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/to_proto.rs b/crates/rust-analyzer/src/to_proto.rs index bb221c1d18b..bc9999ddc50 100644 --- a/crates/rust-analyzer/src/to_proto.rs +++ b/crates/rust-analyzer/src/to_proto.rs @@ -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); |
