Merge branch 'trunk' into ir-cleanup

This commit is contained in:
Richard Feldman 2021-03-26 12:59:32 -04:00 committed by GitHub
commit 3f76c6314c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 117 additions and 109 deletions

View file

@ -4143,7 +4143,7 @@ where
Ok(())
}
fn to_file_problem_report(filename: &PathBuf, error: io::ErrorKind) -> String {
fn to_file_problem_report(filename: &Path, error: io::ErrorKind) -> String {
use roc_reporting::report::{Report, RocDocAllocator, DEFAULT_PALETTE};
use ven_pretty::DocAllocator;