mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
properly display valgrind problems
This commit is contained in:
parent
c97dbcfde1
commit
b81aed852a
2 changed files with 37 additions and 15 deletions
|
@ -13,7 +13,6 @@ use roc_load::{ExpectMetadata, LoadingProblem, Threading};
|
|||
use roc_mono::ir::OptLevel;
|
||||
use roc_packaging::cache::RocCacheDir;
|
||||
use roc_packaging::tarball::Compression;
|
||||
use roc_reporting::cli::Problems;
|
||||
use std::env;
|
||||
use std::ffi::{CString, OsStr};
|
||||
use std::io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue