diff options
author | Jonas Schievink <[email protected]> | 2020-12-07 16:17:31 +0000 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2020-12-07 16:17:31 +0000 |
commit | 577d5f1c337d5de8719bddcabd3d22a560a11b95 (patch) | |
tree | 4f2526fbb2fbb7eb177cc0791a65f86670de66ee /crates/hir_expand | |
parent | 2b2318e695e85d64c6a976a810620c77b7ccba6e (diff) |
Remove resolved FIXME
Diffstat (limited to 'crates/hir_expand')
-rw-r--r-- | crates/hir_expand/src/proc_macro.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_expand/src/proc_macro.rs b/crates/hir_expand/src/proc_macro.rs index 97edf0fb6..38882d2b6 100644 --- a/crates/hir_expand/src/proc_macro.rs +++ b/crates/hir_expand/src/proc_macro.rs | |||
@@ -26,7 +26,6 @@ impl ProcMacroExpander { | |||
26 | 26 | ||
27 | pub fn dummy(krate: CrateId) -> Self { | 27 | pub fn dummy(krate: CrateId) -> Self { |
28 | // FIXME: Should store the name for better errors | 28 | // FIXME: Should store the name for better errors |
29 | // FIXME: I think this is the second layer of "dummy" expansion, we should reduce that | ||
30 | Self { krate, proc_macro_id: None } | 29 | Self { krate, proc_macro_id: None } |
31 | } | 30 | } |
32 | 31 | ||