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
1 parent 52f3a25 commit 58ea4dfCopy full SHA for 58ea4df
src/error.rs
@@ -5,6 +5,7 @@ use thiserror::Error;
5
///
6
/// `thiserror` is used to display meaningful error messages.
7
#[derive(Debug, Clone, PartialEq, Error)]
8
+#[non_exhaustive]
9
pub enum ResolveError {
10
/// Ignored path
11
0 commit comments