mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Revert "idea (rejected): only generate work up to constraint gen, then look at what modules are actually used and generate Solve.. work based on that"
This reverts commit 2cbe5f5231
.
This commit is contained in:
parent
2cbe5f5231
commit
e914272bf5
5 changed files with 23 additions and 156 deletions
|
@ -293,7 +293,7 @@ lazy_static! {
|
|||
}
|
||||
|
||||
/// A globally unique ID that gets assigned to each module as it is loaded.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct ModuleId(u32);
|
||||
|
||||
impl ModuleId {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue