-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Ignore doctests only in specified targets #138877
base: master
Are you sure you want to change the base?
Ignore doctests only in specified targets #138877
Conversation
rustbot has assigned @GuillaumeGomez. Use |
@bors try |
…r-doctests, r=<try> Ignore doctests only in specified targets Quick fix for rust-lang#138863 cc `@yotamofek` `@notriddle`
☀️ Try build successful - checks-actions |
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.
Looks good to me. Thanks for the fix.
(I am not on t-rustdoc though)
@bors r+ |
…for-doctests, r=notriddle Ignore doctests only in specified targets Quick fix for rust-lang#138863 FIxes rust-lang#138863 cc `@yotamofek` `@notriddle`
…for-doctests, r=notriddle Ignore doctests only in specified targets Quick fix for rust-lang#138863 FIxes rust-lang#138863 cc ``@yotamofek`` ``@notriddle``
Rollup of 10 pull requests Successful merges: - rust-lang#138385 (Keyword tweaks) - rust-lang#138580 (resolve: Avoid some unstable iteration 2) - rust-lang#138652 (Reintroduce remote-test support in run-make tests) - rust-lang#138701 (Make default_codegen_backend serializable) - rust-lang#138755 ([rustdoc] Remove duplicated loop when computing doc cfgs) - rust-lang#138829 (Slightly reword triagebot ping message for `relnotes-interest-group`) - rust-lang#138837 (resolve: Avoid remaining unstable iteration) - rust-lang#138838 (Fix/tweak some tests in new solver) - rust-lang#138877 (Ignore doctests only in specified targets) - rust-lang#138895 (Add a helper for building an owner id in ast lowering) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 10 pull requests Successful merges: - rust-lang#138385 (Keyword tweaks) - rust-lang#138580 (resolve: Avoid some unstable iteration 2) - rust-lang#138652 (Reintroduce remote-test support in run-make tests) - rust-lang#138701 (Make default_codegen_backend serializable) - rust-lang#138755 ([rustdoc] Remove duplicated loop when computing doc cfgs) - rust-lang#138829 (Slightly reword triagebot ping message for `relnotes-interest-group`) - rust-lang#138837 (resolve: Avoid remaining unstable iteration) - rust-lang#138838 (Fix/tweak some tests in new solver) - rust-lang#138877 (Ignore doctests only in specified targets) - rust-lang#138895 (Add a helper for building an owner id in ast lowering) r? `@ghost` `@rustbot` modify labels: rollup
@bors r- |
add necessary lines fix ui test error
3dae3fb
to
90c541d
Compare
@notriddle |
@bors r=notriddle |
This was broken due to a change in rust-lang/rust#138535. There is an approved PR in rust-lang/rust#138877 to fix it, but it may take a day or two for it to make its way to nightly. This should be reverted after it hits nightly.
This was broken due to a change in rust-lang/rust#138535. There is an approved PR in rust-lang/rust#138877 to fix it, but it may take a day or two for it to make its way to nightly. This should be reverted after it hits nightly.
This was broken due to a change in rust-lang/rust#138535. There is an approved PR in rust-lang/rust#138877 to fix it, but it may take a day or two for it to make its way to nightly. This should be reverted after it hits nightly.
…for-doctests, r=notriddle Ignore doctests only in specified targets Quick fix for rust-lang#138863 FIxes rust-lang#138863 cc `@yotamofek` `@notriddle`
Rollup of 11 pull requests Successful merges: - rust-lang#138128 (Stabilize `#![feature(precise_capturing_in_traits)]`) - rust-lang#138834 (Group test diffs by stage in post-merge analysis) - rust-lang#138867 (linker: Fix staticlib naming for UEFI) - rust-lang#138874 (Batch mark waiters as unblocked when resuming in the deadlock handler) - rust-lang#138875 (Trusty: Fix build for anonymous pipes and std::sys::process) - rust-lang#138877 (Ignore doctests only in specified targets) - rust-lang#138885 (Fix ui pattern_types test for big-endian platforms) - rust-lang#138905 (Add target maintainer information for powerpc64-unknown-linux-musl) - rust-lang#138911 (Allow defining opaques in statics and consts) - rust-lang#138917 (rustdoc: remove useless `Symbol::is_empty` checks.) - rust-lang#138945 (Override PartialOrd methods for bool) r? `@ghost` `@rustbot` modify labels: rollup
Quick fix for #138863
FIxes #138863
cc @yotamofek @notriddle