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
then cargo-call-stack will compile the entire dependency graph and fail at the last step saying -Z flag cannot be used on stable
a better user experience would be to implicitly compile the code using the nightly channel. if there's no nightly toolchain fail early before compiling anything.
The text was updated successfully, but these errors were encountered:
if you do this on stable
$ cargo call-stack --bin something
then cargo-call-stack will compile the entire dependency graph and fail at the last step saying
-Z
flag cannot be used on stablea better user experience would be to implicitly compile the code using the nightly channel. if there's no nightly toolchain fail early before compiling anything.
The text was updated successfully, but these errors were encountered: