Skip to content

Commit

Permalink
Unrolled build for rust-lang#131335
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#131335 - dacianpascu06:fix-typo, r=joboet

grammar fix
  • Loading branch information
rust-timer authored Oct 6, 2024
2 parents 8422e27 + 3b2be44 commit 88f3242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/intrinsics/mir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
//! - All other locals need to be declared with `let` somewhere and then can be accessed by name.
//!
//! #### Places
//! - Locals implicit convert to places.
//! - Locals implicitly convert to places.
//! - Field accesses, derefs, and indexing work normally.
//! - Fields in variants can be accessed via the [`Variant`] and [`Field`] associated functions,
//! see their documentation for details.
Expand Down

0 comments on commit 88f3242

Please sign in to comment.