diff options
| author | Mateusz Gacek <96mateusz.gacek@gmail.com> | 2021-03-04 10:13:53 -0800 | 
|---|---|---|
| committer | Mateusz Gacek <96mateusz.gacek@gmail.com> | 2021-03-04 10:14:56 -0800 | 
| commit | 58d6f80f96a7e53fcafaa9ca42a7a8d6f8fa7444 (patch) | |
| tree | 4b4f856f93ef71abf10e23ba5bb0dd8b2b5511aa | |
| parent | a5951d4b238947479b4851eb491f8cc76bf103ee (diff) | |
| download | rust-58d6f80f96a7e53fcafaa9ca42a7a8d6f8fa7444.tar.gz rust-58d6f80f96a7e53fcafaa9ca42a7a8d6f8fa7444.zip  | |
Fix comment with path to `symbols!` macro
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 27bb45bcc85..63ecc4b36d3 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -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.  | 
