We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
symbols!
1 parent a5951d4 commit 58d6f80Copy full SHA for 58d6f80
compiler/rustc_span/src/symbol.rs
@@ -18,7 +18,7 @@ use crate::{Edition, Span, DUMMY_SP, SESSION_GLOBALS};
18
#[cfg(test)]
19
mod tests;
20
21
-// The proc macro code for this is in `src/librustc_macros/src/symbols.rs`.
+// The proc macro code for this is in `compiler/rustc_macros/src/symbols.rs`.
22
symbols! {
23
// After modifying this list adjust `is_special`, `is_used_keyword`/`is_unused_keyword`,
24
// this should be rarely necessary though if the keywords are kept in alphabetic order.
0 commit comments