File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ static_assert_size!(TyKind<'_>, 32);
284
284
/// - 'l0...'li and T0...Tj are the generic parameters
285
285
/// in scope on the function that defined the closure,
286
286
/// - CK represents the *closure kind* (Fn vs FnMut vs FnOnce). This
287
- /// is rather hacky encoded via a scalar type. See
287
+ /// is rather hackily encoded via a scalar type. See
288
288
/// `Ty::to_opt_closure_kind` for details.
289
289
/// - CS represents the *closure signature*, representing as a `fn()`
290
290
/// type. For example, `fn(u32, u32) -> u32` would mean that the closure
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ struct ArmIdentityInfo<'tcx> {
72
72
/// (StorageLive index,, StorageDead index, Local)
73
73
storage_stmts : Vec < ( usize , usize , Local ) > ,
74
74
75
- /// The statements that should be removed (turned into noops )
75
+ /// The statements that should be removed (turned into nops )
76
76
stmts_to_remove : Vec < usize > ,
77
77
78
78
/// Indices of debug variables that need to be adjusted to point to
Original file line number Diff line number Diff line change @@ -1255,7 +1255,7 @@ pub struct TargetOptions {
1255
1255
/// handling COFF object files with more than 2<sup>15</sup> sections. Since each weak
1256
1256
/// symbol needs its own COMDAT section, weak linkage implies a large
1257
1257
/// number sections that easily exceeds the given limit for larger
1258
- /// codebase . Consequently we want a way to disallow weak linkage on some
1258
+ /// codebases . Consequently we want a way to disallow weak linkage on some
1259
1259
/// platforms.
1260
1260
pub allows_weak_linkage : bool ,
1261
1261
/// Whether the linker support rpaths or not. Defaults to false.
You can’t perform that action at this time.
0 commit comments