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
I had some crates in a similar situation and used a rust-toolchain.toml to make Rustup fill in the rust-src component when not already available. This way cargo test can always work regardless of the user's default toolchain or presence of rust-src.
In PyO3/pyo3#1865 (comment) we ran into an issue where the diagnostic output changes depending on whether
rust-src
is available to the compiler.Was quite a papercut until we worked it out - I'm not sure whether
trybuild
wants to be concerned about this, just bringing to your attention.The text was updated successfully, but these errors were encountered: