From 6c635571edbe884afffb306b7f8dfdfd7b4ae722 Mon Sep 17 00:00:00 2001 From: timofey Date: Sat, 1 Jul 2023 00:25:01 +0000 Subject: [PATCH] `LookupError` docs --- src/rcore/resolution.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcore/resolution.rs b/src/rcore/resolution.rs index f4de099..668419a 100644 --- a/src/rcore/resolution.rs +++ b/src/rcore/resolution.rs @@ -19,6 +19,7 @@ impl ResolutionError { } } +/// [`Context::LookupError`]. Mostly useful for `type` definitions. pub type LookupError<'a, Ctx> = >::LookupError; /// See [`ResolutionResult`].