Skip to content

Commit 58d6f80

Browse files
committed
Fix comment with path to symbols! macro
1 parent a5951d4 commit 58d6f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_span/src/symbol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::{Edition, Span, DUMMY_SP, SESSION_GLOBALS};
1818
#[cfg(test)]
1919
mod tests;
2020

21-
// The proc macro code for this is in `src/librustc_macros/src/symbols.rs`.
21+
// The proc macro code for this is in `compiler/rustc_macros/src/symbols.rs`.
2222
symbols! {
2323
// After modifying this list adjust `is_special`, `is_used_keyword`/`is_unused_keyword`,
2424
// this should be rarely necessary though if the keywords are kept in alphabetic order.

0 commit comments

Comments
 (0)