Skip to content

Commit 30cb028

Browse files
authored
Rollup merge of #137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr
Fix typo in query expansion documentation
2 parents e49a497 + 786fc1b commit 30cb028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/query/plumbing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ macro_rules! query_if_arena {
258258
};
259259
}
260260

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

0 commit comments

Comments
 (0)