Skip to content

Commit 43d0da5

Browse files
authored
Clarify comment
1 parent 48af406 commit 43d0da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/check/coercion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ impl<'tcx, 'exprs, E: AsCoercionSite> CoerceMany<'tcx, 'exprs, E> {
14481448
expected.is_unit(),
14491449
pointing_at_return_type,
14501450
) {
1451-
// If the block is from a macro, then do not suggest
1451+
// If the block is from an external macro, then do not suggest
14521452
// adding a semicolon, because there's nowhere to put it.
14531453
// See issue #81943.
14541454
let hir = fcx.tcx.hir();

0 commit comments

Comments
 (0)