You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above code does not build if you use the playground "run" button.
But the "build" button, which seems to be the equivalent to cargo-check on above code, does "build" (typecheck and everything).
This is reproducible with:
cargo-build/cargo-run does fail the build, as expected
I tried this code:
(playground)
Above code does not build if you use the playground "run" button.
But the "build" button, which seems to be the equivalent to
cargo-check
on above code, does "build" (typecheck and everything).This is reproducible with:
cargo-build
/cargo-run
does fail the build, as expectedcargo-check
does not fail the build, unexpectedlyMeta
rustc --version --verbose
:On the playground:
Found with @TheNeikos, also thanks to them for helping me reducing the code example.
The text was updated successfully, but these errors were encountered: