We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd0c0a commit 1215a28Copy full SHA for 1215a28
compiler/rustc_middle/src/ty/sty.rs
@@ -61,7 +61,7 @@ pub struct TypeAndMut<'tcx> {
61
62
#[derive(Clone, PartialEq, PartialOrd, Eq, Ord, Hash, TyEncodable, TyDecodable, Copy)]
63
#[derive(HashStable)]
64
-/// A "free" region `fr` can be interpreted as "some region
+/// The parameter representation of late-bound function parameters, "some region
65
/// at least as big as the scope `fr.scope`".
66
pub struct LateParamRegion {
67
pub scope: DefId,
0 commit comments