]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_def/src/lib.rs
hir_ty: Expand macros at type position
[rust.git] / crates / hir_def / src / lib.rs
index 000567d990f4954d8c3eaabaadb00054378e17b6..059724daafaafc93458ae657e5f239c17c6b342e 100644 (file)
@@ -676,6 +676,7 @@ fn new(file_id: HirFileId, ast_id: FileAstId<T>, path: path::ModPath) -> AstIdWi
     }
 }
 
+#[derive(Debug)]
 pub struct UnresolvedMacro {
     pub path: ModPath,
 }