Skip to content

Commit 1215a28

Browse files
committed
yay
1 parent ebd0c0a commit 1215a28

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
@@ -61,7 +61,7 @@ pub struct TypeAndMut<'tcx> {
6161

6262
#[derive(Clone, PartialEq, PartialOrd, Eq, Ord, Hash, TyEncodable, TyDecodable, Copy)]
6363
#[derive(HashStable)]
64-
/// A "free" region `fr` can be interpreted as "some region
64+
/// The parameter representation of late-bound function parameters, "some region
6565
/// at least as big as the scope `fr.scope`".
6666
pub struct LateParamRegion {
6767
pub scope: DefId,

0 commit comments

Comments
 (0)