Merge remote-tracking branch 'origin/trunk' into refcount

This commit is contained in:
Folkert 2020-08-09 13:49:13 +02:00
commit 4caef70668
8 changed files with 1981 additions and 14 deletions

View file

@ -306,7 +306,6 @@ pub struct Env<'a, 'i> {
pub problems: &'i mut std::vec::Vec<MonoProblem>,
pub home: ModuleId,
pub ident_ids: &'i mut IdentIds,
pub jump_counter: &'a mut u64,
}
impl<'a, 'i> Env<'a, 'i> {