mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix infinite recursion in dev rc generation
This commit is contained in:
parent
0284248320
commit
507d339691
3 changed files with 20 additions and 10 deletions
|
@ -89,13 +89,10 @@ pub fn helper(
|
|||
// while you're working on the dev backend!
|
||||
{
|
||||
// println!("=========== Procedures ==========");
|
||||
// if pretty_print_ir_symbols() {
|
||||
// println!("");
|
||||
// for proc in procedures.values() {
|
||||
// println!("{}", proc.to_pretty(200));
|
||||
// }
|
||||
// } else {
|
||||
// println!("{:?}", procedures.values());
|
||||
// let pretty = pretty_print_ir_symbols();
|
||||
// println!("");
|
||||
// for proc in procedures.values() {
|
||||
// println!("{}", proc.to_pretty(&layout_interner, 200, pretty));
|
||||
// }
|
||||
// println!("=================================\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue