-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable strict-provenance-violating doctests in Miri #104710
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
208c6ae
to
2802eae
Compare
Seems good to me. @bors r+ rollup |
📌 Commit 2802eae9baef00c5082d58c35be3fec3b3a77253 has been approved by It is now in the queue for this repository. |
2802eae
to
3a95e12
Compare
@bors r=thomcc |
Rollup of 6 pull requests Successful merges: - rust-lang#104295 (Check generics parity before collecting return-position `impl Trait`s in trait) - rust-lang#104464 (Reduce exceptions overallocation on non Windows x86_64) - rust-lang#104615 (Create def_id for async fns during lowering) - rust-lang#104669 (Only declare bindings for if-let guards once per arm) - rust-lang#104701 (Remove a lifetime resolution hack from `compare_predicate_entailment`) - rust-lang#104710 (disable strict-provenance-violating doctests in Miri) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Most of these are on deprecated unstable functions anyway. This lets us run the remaining doctests with
-Zmiri-strict-provenance
, which I think is a win.r? @thomcc