(src: &str)
| 113 | run_hll_with_limit(src, 5_000_000) |
| 114 | } |
| 115 | |
| 116 | // Compiles the whole import closure, primary plus every qualified import, so |
| 117 | // single-TU programs still work unchanged. |
| 118 | fn run_hll_closure_with_path( |
| 119 | src: &str, |
| 120 | source_path: Option<&str>, |