978dfe4bdf
When a replaced buffer range atom was starting exactly at the location we wanted to split onto the code would split *after* that atom instead of before. Fixes #4052
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
fn main() {
|
|
let my_str = String::from("abc");
|
|
}
|