mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Allow large enum variants
This commit is contained in:
parent
7c6d811769
commit
3b78ebcf3a
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ pub fn load_single_threaded<'a>(
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum LoadMonomorphizedError<'a> {
|
||||
LoadingProblem(LoadingProblem<'a>),
|
||||
/// Errors in the module that should be reported, without compiling the executable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue