Fix comment with path to `symbols!` macro

This commit is contained in:
Mateusz Gacek 2021-03-04 10:13:53 -08:00
parent a5951d4b23
commit 58d6f80f96
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ use crate::{Edition, Span, DUMMY_SP, SESSION_GLOBALS};
#[cfg(test)]
mod tests;
// 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`.
symbols! {
// After modifying this list adjust `is_special`, `is_used_keyword`/`is_unused_keyword`,
// this should be rarely necessary though if the keywords are kept in alphabetic order.