]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_expand/src/eager.rs
hir_ty: Expand macros at type position
[rust.git] / crates / hir_expand / src / eager.rs
index ef126e4adbda78d26ef6f99de8acd5f32451aeeb..a5ac32d3cb014c5434f06d51574edb005eec410a 100644 (file)
@@ -31,6 +31,7 @@
 use std::sync::Arc;
 use syntax::{algo::SyntaxRewriter, SyntaxNode};
 
+#[derive(Debug)]
 pub struct ErrorEmitted {
     _private: (),
 }