Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit abcb6c8

Browse files
authoredFeb 28, 2025··
Unrolled build for rust-lang#137780
Rollup merge of rust-lang#137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr Fix typo in query expansion documentation
2 parents 2f58193 + 786fc1b commit abcb6c8

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)
Please sign in to comment.