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:
Folkert 2022-03-19 16:26:46 +01:00
parent 2cbe5f5231
commit e914272bf5
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 23 additions and 156 deletions

View file

@ -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 {