Skip to content

Commit

Permalink
Unrolled build for rust-lang#137780
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr

Fix typo in query expansion documentation
  • Loading branch information
rust-timer authored Feb 28, 2025
2 parents 2f58193 + 786fc1b commit abcb6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/query/plumbing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ macro_rules! query_if_arena {
};
}

/// If `separate_provide_if_extern`, then the key can be projected to its
/// If `separate_provide_extern`, then the key can be projected to its
/// local key via `<$K as AsLocalKey>::LocalKey`.
macro_rules! local_key_if_separate_extern {
([] $($K:tt)*) => {
Expand Down

0 comments on commit abcb6c8

Please sign in to comment.