mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 13:13:17 +00:00
Drop obsolete comment
This commit is contained in:
parent
1a90ad5802
commit
1c0a3a1a30
@ -54,10 +54,6 @@ pub(super) fn lower(
|
||||
struct ExprCollector<DB> {
|
||||
db: DB,
|
||||
resolver: MacroResolver,
|
||||
// Expr collector expands macros along the way. original points to the file
|
||||
// we started with, current points to the current macro expansion. source
|
||||
// maps don't support macros yet, so we only record info into source map if
|
||||
// current == original (see #1196)
|
||||
original_file_id: HirFileId,
|
||||
current_file_id: HirFileId,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user