rust/compiler/rustc_trait_selection
Esteban Küber 1b449e123d Do not emit empty suggestion
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.
2024-12-04 17:40:39 +00:00
..
2024-12-04 17:40:39 +00:00
2024-11-09 19:41:53 +00:00