Skip to content

Commit 1ceb55e

Browse files
committed
rustc_metadata: fix typo
1 parent b11fbfb commit 1ceb55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/rmeta/encoder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ macro_rules! record {
398398
}};
399399
}
400400

401-
// Shorthand for `$self.$tables.$table.set_some($def_id.index, $self.lazy_value($value))`, which would
401+
// Shorthand for `$self.$tables.$table.set_some($def_id.index, $self.lazy_array($value))`, which would
402402
// normally need extra variables to avoid errors about multiple mutable borrows.
403403
macro_rules! record_array {
404404
($self:ident.$tables:ident.$table:ident[$def_id:expr] <- $value:expr) => {{

0 commit comments

Comments
 (0)