mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Extract can/ into its own crate, plus its deps
This commit is contained in:
parent
97e6affa88
commit
3b6ed43126
62 changed files with 910 additions and 418 deletions
|
@ -1,8 +1,8 @@
|
|||
use crate::can::problem::Problem;
|
||||
use crate::pretty_print_types::content_to_string;
|
||||
use crate::subs::{Content, Subs};
|
||||
use roc_can::problem::Problem;
|
||||
use roc_module::symbol::{Interns, ModuleId, Symbol};
|
||||
use roc_region::all::Region;
|
||||
use roc_types::subs::{Content, Subs};
|
||||
use std::path::PathBuf;
|
||||
|
||||
/// A textual report.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue