Commit da910b5
committed
compute: count fuel-test output through the container
A per-record `inspect` needs `&Container: IntoIterator`, and on macOS resolving
that recurses through `objc2`'s blanket impls until the trait solver overflows,
so `lint-macos` fails to compile the test. Counting through the container avoids
the resolution entirely.
The same test reads the container directly from the commit that makes FlatMap's
output columnar onward, so this only closes the window where it did not.1 parent 2ca573d commit da910b5
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
374 | 382 | | |
375 | 383 | | |
376 | 384 | | |
| |||
0 commit comments