-
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
enable cargo miri test doctests #123055
enable cargo miri test doctests #123055
Conversation
rustbot has assigned @albertlarsan68. Use |
The Miri subtree was changed cc @rust-lang/miri |
e400956
to
fd7e1f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for looking into this, this seems to work. :)
However, I'm not entirely sure yet if this is the best approach. (And the fact that stage 0 does not work gives me pause.)
fd7e1f8
to
5545192
Compare
I used |
11eb2cc
to
ec545df
Compare
Signed-off-by: onur-ozkan <work@onurozkan.dev>
ec545df
to
69af113
Compare
Awesome, thanks a lot. :) |
@bors r=RalfJung |
enable cargo miri test doctests This was the cleanest solution that came to my mind so far. cc ``@RalfJung`` Resolves rust-lang#123028
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#108675 (Document `adt_const_params` feature in Unstable Book) - rust-lang#122120 (Suggest associated type bounds on problematic associated equality bounds) - rust-lang#122589 (Fix diagnostics for async block cloning) - rust-lang#122835 (Require `DerefMut` and `DerefPure` on `deref!()` patterns when appropriate) - rust-lang#123049 (In `ConstructCoroutineInClosureShim`, pass receiver by mut ref, not mut pointer) - rust-lang#123055 (enable cargo miri test doctests) - rust-lang#123057 (unix fs: Make hurd using explicit new rather than From) - rust-lang#123087 (Change `f16` and `f128` clippy stubs to be nonpanicking) - rust-lang#123103 (Rename `Inherited` -> `TypeckRootCtxt`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#123055 - onur-ozkan:miri-rustdoc, r=RalfJung enable cargo miri test doctests This was the cleanest solution that came to my mind so far. cc `@RalfJung` Resolves rust-lang#123028
This was the cleanest solution that came to my mind so far.
cc @RalfJung
Resolves #123028