We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb08599 commit 786fc1bCopy full SHA for 786fc1b
compiler/rustc_middle/src/query/plumbing.rs
@@ -258,7 +258,7 @@ macro_rules! query_if_arena {
258
};
259
}
260
261
-/// 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
262
/// local key via `<$K as AsLocalKey>::LocalKey`.
263
macro_rules! local_key_if_separate_extern {
264
([] $($K:tt)*) => {
0 commit comments