Commit c61140c
fix(exchange): smtlib split_paren_block takes &str not String
Two type-error sites at smtlib.rs:284 + :298 — split_first_token
returns (String, String) and the second was being passed to
split_paren_block which expects &str. Pass &after_name.
Library now compiles clean: cargo check --lib finishes in ~24s
across all saturation-campaign additions (corpus / verification /
exchange).
Lane: prover-corpus-saturation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4a0b068 commit c61140c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
0 commit comments