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.
1 parent e0da6ac commit 0bd36b4Copy full SHA for 0bd36b4
src/error.rs
@@ -9,6 +9,7 @@ use std::sync::Arc;
9
10
/// Error type returned by `mlua` methods.
11
#[derive(Debug, Clone)]
12
+#[non_exhaustive]
13
pub enum Error {
14
/// Syntax error while parsing Lua source code.
15
SyntaxError {
0 commit comments