We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e49a497 + 786fc1b commit 30cb028Copy full SHA for 30cb028
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