mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

The `println!();` statement's span doesn't include the `;`, and the modified suggestions where trying to get the `;` by getting the differenece between the statement's and the expression's spans, which was an empty suggestion. Fix #133833, fix #133834.