We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04288a6 commit 1a4b2f9Copy full SHA for 1a4b2f9
src/librustc/ty/context.rs
@@ -409,7 +409,8 @@ pub struct TypeckTables<'tcx> {
409
/// MIR construction and hence is not serialized to metadata.
410
fru_field_types: ItemLocalMap<Vec<Ty<'tcx>>>,
411
412
- /// For every coercion cast we add the HIR node ID to this set.
+ /// For every coercion cast we add the HIR node ID of the cast
413
+ /// expression to this set.
414
coercion_casts: ItemLocalSet,
415
416
/// Set of trait imports actually used in the method resolution.
0 commit comments