Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/diagnostics.rs')
| -rw-r--r-- | crates/hir/src/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/diagnostics.rs b/crates/hir/src/diagnostics.rs index 6a06c6b10f..7ecfb0cd6f 100644 --- a/crates/hir/src/diagnostics.rs +++ b/crates/hir/src/diagnostics.rs @@ -90,7 +90,7 @@ pub struct UnresolvedProcMacro { pub macro_name: Option<String>, pub kind: MacroKind, /// The crate id of the proc-macro this macro belongs to, or `None` if the proc-macro can't be found. - pub krate: Option<CrateId>, + pub krate: CrateId, } #[derive(Debug, Clone, Eq, PartialEq)] |