()
| 3926 | Some(Phase::BrecOn) |
| 3927 | } |
| 3928 | }, |
| 3929 | _ => None, |
| 3930 | } |
| 3931 | }); |
| 3932 | |
| 3933 | let Some(phase) = phase else { |
| 3934 | // No aux_gen constants found — just compile as-is. |
| 3935 | return compile_const_inner(name, all, lean_env, cache, stt, kctx, false); |
| 3936 | }; |
| 3937 |
nothing calls this directly
no test coverage detected