We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f7d47 + 3b55ef3 commit 83e9225Copy full SHA for 83e9225
cfgrammar/src/lib/yacc/parser.rs
@@ -23,6 +23,7 @@ use super::{
23
24
/// The various different possible Yacc parser errors.
25
#[derive(Debug, PartialEq, Eq, Clone)]
26
+#[non_exhaustive]
27
pub enum YaccGrammarErrorKind {
28
IllegalInteger,
29
IllegalName,
lrlex/src/lib/mod.rs
@@ -47,6 +47,7 @@ impl Error for LexBuildError {}
47
48
/// The various different possible Lex parser errors.
49
50
51
pub enum LexErrorKind {
52
PrematureEnd,
53
RoutinesNotSupported,
0 commit comments