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.
NavigateError
1 parent cddbcc5 commit b64da48Copy full SHA for b64da48
1 file changed
src/luau/require.rs
@@ -16,6 +16,7 @@ pub use fs::FsRequirer;
16
17
/// An error that can occur during navigation in the Luau `require-by-string` system.
18
#[derive(Debug, Clone)]
19
+#[non_exhaustive]
20
pub enum NavigateError {
21
/// The path is ambiguous (more than one candidate matches).
22
Ambiguous,
0 commit comments