We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c30308 + acd8fe8 commit ed3caa3Copy full SHA for ed3caa3
src/librustc/ty/mod.rs
@@ -1286,7 +1286,7 @@ pub struct Destructor {
1286
/// invoked even when there are lifetimes in the type-structure of
1287
/// `adt` that do not strictly outlive the adt value itself.
1288
/// (This allows programs to make cyclic structures without
1289
- /// resorting to unasfe means; see RFCs 769 and 1238).
+ /// resorting to unsafe means; see RFCs 769 and 1238).
1290
pub is_dtorck: bool,
1291
}
1292
0 commit comments