Skip to content

Commit 8ccf28d

Browse files
authored
Unrolled build for rust-lang#121401
Rollup merge of rust-lang#121401 - eltociear:patch-25, r=nnethercote Fix typo in serialized.rs accomodate -> accommodate
2 parents f62f490 + 00234f0 commit 8ccf28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_query_system/src/dep_graph/serialized.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl SerializedDepGraph {
145145

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

0 commit comments

Comments
 (0)