From a79b5673e8f5d1f8d569bc7c984a293a972a7bb0 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 16 Mar 2021 23:31:14 -0700 Subject: Follow established ErrorEmitted pattern --- crates/hir_expand/src/eager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_expand/src') diff --git a/crates/hir_expand/src/eager.rs b/crates/hir_expand/src/eager.rs index ae7b51a08..dc618a9ee 100644 --- a/crates/hir_expand/src/eager.rs +++ b/crates/hir_expand/src/eager.rs @@ -35,7 +35,7 @@ pub struct ErrorEmitted { _private: (), } -trait ErrorSink { +pub trait ErrorSink { fn emit(&mut self, err: mbe::ExpandError); fn option( -- cgit v1.2.3