We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ResolveError::PathUnderflow
1 parent a561228 commit b88dfd6Copy full SHA for b88dfd6
src/resolve.rs
@@ -14,6 +14,8 @@ pub enum ResolveError {
14
/// is relative, is not empty and does not start with `'#'`.
15
InvalidReferenceAgainstOpaqueBase,
16
/// An underflow occurred in path resolution.
17
+ ///
18
+ /// Used only when [`Resolver::allow_path_underflow`] is set to `false`.
19
PathUnderflow,
20
}
21
0 commit comments