Skip to content

Commit e96397b

Browse files
authored
Rollup merge of #97453 - lcnr:comment, r=jackh726
rename `TyKind` to `RegionKind` in comment in rustc_middle
2 parents 1174dba + 4781246 commit e96397b

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/sty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ impl ParamConst {
14691469
}
14701470
}
14711471

1472-
/// Use this rather than `TyKind`, whenever possible.
1472+
/// Use this rather than `RegionKind`, whenever possible.
14731473
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, HashStable)]
14741474
#[rustc_pass_by_value]
14751475
pub struct Region<'tcx>(pub Interned<'tcx, RegionKind>);

0 commit comments

Comments
 (0)