Skip to content

Commit

Permalink
Unrolled build for rust-lang#121401
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#121401 - eltociear:patch-25, r=nnethercote

Fix typo in serialized.rs

accomodate -> accommodate
  • Loading branch information
rust-timer authored Feb 22, 2024
2 parents f62f490 + 00234f0 commit 8ccf28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_query_system/src/dep_graph/serialized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl SerializedDepGraph {

/// A packed representation of an edge's start index and byte width.
///
/// This is packed by stealing 2 bits from the start index, which means we only accomodate edge
/// This is packed by stealing 2 bits from the start index, which means we only accommodate edge
/// data arrays up to a quarter of our address space. Which seems fine.
#[derive(Debug, Clone, Copy)]
struct EdgeHeader {
Expand Down

0 comments on commit 8ccf28d

Please sign in to comment.