Skip to content

Commit 1a4b2f9

Browse files
author
Saleem Jaffer
committed
minor
1 parent 04288a6 commit 1a4b2f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/ty/context.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ pub struct TypeckTables<'tcx> {
409409
/// MIR construction and hence is not serialized to metadata.
410410
fru_field_types: ItemLocalMap<Vec<Ty<'tcx>>>,
411411

412-
/// For every coercion cast we add the HIR node ID to this set.
412+
/// For every coercion cast we add the HIR node ID of the cast
413+
/// expression to this set.
413414
coercion_casts: ItemLocalSet,
414415

415416
/// Set of trait imports actually used in the method resolution.

0 commit comments

Comments
 (0)