mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
update all of the outdated deps
This commit is contained in:
parent
ed22b7d3c9
commit
6f50b877fe
37 changed files with 266 additions and 538 deletions
|
@ -60,6 +60,6 @@ impl From<UtilError> for MarkError {
|
|||
|
||||
// hack to handle MarkError derive
|
||||
let dummy_res: Result<(), NoneError> = Err(NoneError {});
|
||||
dummy_res.context(UtilErrorBacktrace { msg }).unwrap_err()
|
||||
dummy_res.context(UtilErrorBacktraceSnafu { msg }).unwrap_err()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue