Commit 0eb7174
authored
Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxu
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.File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments