We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11fbfb commit 1ceb55eCopy full SHA for 1ceb55e
compiler/rustc_metadata/src/rmeta/encoder.rs
@@ -398,7 +398,7 @@ macro_rules! record {
398
}};
399
}
400
401
-// Shorthand for `$self.$tables.$table.set_some($def_id.index, $self.lazy_value($value))`, which would
+// Shorthand for `$self.$tables.$table.set_some($def_id.index, $self.lazy_array($value))`, which would
402
// normally need extra variables to avoid errors about multiple mutable borrows.
403
macro_rules! record_array {
404
($self:ident.$tables:ident.$table:ident[$def_id:expr] <- $value:expr) => {{
0 commit comments