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
The Executor trait was never meant to use as a public API. A pull request from who wrote that tries to remove it (rust-lang/cargo#11428).
I looked into the usage in this repo. It seems that the most outstanding usage is suppressing some message from rustc. Really sorry that at this moment I cannot foresee any possible alternatives. Is it good for you if Cargo removes the API in the next few versions?
The
Executor
trait was never meant to use as a public API. A pull request from who wrote that tries to remove it (rust-lang/cargo#11428).I looked into the usage in this repo. It seems that the most outstanding usage is suppressing some message from rustc. Really sorry that at this moment I cannot foresee any possible alternatives. Is it good for you if Cargo removes the API in the next few versions?
cargo-c/src/build.rs
Lines 825 to 835 in 8421f2d
The text was updated successfully, but these errors were encountered: