mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Do insertion lookahead in algo::diff
This commit is contained in:
parent
1a84cadc88
commit
750ab54573
2 changed files with 139 additions and 59 deletions
|
@ -613,7 +613,7 @@ fn main() {
|
|||
pub struct Foo { pub a: i32, pub b: i32 }
|
||||
"#,
|
||||
r#"
|
||||
fn some(, b: ()} {}
|
||||
fn some(, b: ()) {}
|
||||
fn items() {}
|
||||
fn here() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue