show type of lambda in the repl

This commit is contained in:
Folkert 2020-12-26 21:19:45 +01:00
parent da0f239244
commit 95e0faad30
3 changed files with 24 additions and 10 deletions

View file

@ -1508,7 +1508,6 @@ pub fn specialize_all<'a>(
));
procs.runtime_errors.insert(name, error_msg);
panic!("failed to specialize {:?}", name);
}
}
}