mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
tests working
This commit is contained in:
parent
69391b26d7
commit
4c2de0215a
58 changed files with 394 additions and 228 deletions
|
@ -1,6 +1,5 @@
|
|||
|
||||
use roc_utils::util_error::UtilError;
|
||||
use snafu::{Backtrace, NoneError, Snafu, ResultExt};
|
||||
use snafu::{Backtrace, NoneError, ResultExt, Snafu};
|
||||
|
||||
use crate::slow_pool::MarkNodeId;
|
||||
|
||||
|
@ -53,4 +52,4 @@ impl From<UtilError> for MarkError {
|
|||
let dummy_res: Result<(), NoneError> = Err(NoneError {});
|
||||
dummy_res.context(UtilErrorBacktrace { msg }).unwrap_err()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue