fix comment
This commit is contained in:
parent
9a42c6509d
commit
4781246a2c
1 changed files with 1 additions and 1 deletions
|
@ -1469,7 +1469,7 @@ impl ParamConst {
|
|||
}
|
||||
}
|
||||
|
||||
/// Use this rather than `TyKind`, whenever possible.
|
||||
/// Use this rather than `RegionKind`, whenever possible.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, HashStable)]
|
||||
#[rustc_pass_by_value]
|
||||
pub struct Region<'tcx>(pub Interned<'tcx, RegionKind>);
|
||||
|
|
Loading…
Add table
Reference in a new issue