Fix that ./x test --no-doc actually keeps the same behaviour for backwards compatability#153725
Conversation
|
|
|
Ah, right, good catch. Thanks! @bors r+ rollup |
…Kobzol Fix that `./x test --no-doc` actually keeps the same behaviour for backwards compatability In rust-lang#153143 the `./x test --no-doc` flag was renamed to `--all-targets`. I added a commit that keeps the `--no-doc` flag for backwards compatibility, but unfortunately I forgot to actually keep the behaviour the same, which is fixed by this PR. r? @Kobzol
This comment has been minimized.
This comment has been minimized.
|
This pull request was unapproved. This PR was contained in a rollup (#153728), which was unapproved. |
…ckwards compatability
70f87db to
675290a
Compare
|
I've fixed the typo: https://github.com/rust-lang/rust/compare/70f87db627370c88360bdf78c102144b3db2ee65..675290a40d580f5063bad9ec24ed3a94da96339b.
|
|
@rustbot ready |
|
Heh, I noticed the typo, but didn't bother reporting it. Our typo checker is too good :) You can r=me once PR CI is green. @bors delegate |
|
✌️ @Urhengulas, you can now approve this pull request! If @Kobzol told you to " |
|
@bors r=Kobzol |
…Kobzol Fix that `./x test --no-doc` actually keeps the same behaviour for backwards compatability In rust-lang#153143 the `./x test --no-doc` flag was renamed to `--all-targets`. I added a commit that keeps the `--no-doc` flag for backwards compatibility, but unfortunately I forgot to actually keep the behaviour the same, which is fixed by this PR. r? @Kobzol
…uwer Rollup of 5 pull requests Successful merges: - #153751 (Detect existing turbofish on method calls to suppress useless suggestion) - #153780 (Remove `MTLock`) - #151194 (Fix wrong suggestion for returning async closure) - #151572 (Fix Hexagon ABI calling convention for small aggregates) - #153725 (Fix that `./x test --no-doc` actually keeps the same behaviour for backwards compatability)
…uwer Rollup of 5 pull requests Successful merges: - #153705 (Always generate generics in delegation that match trait in trait impl scenario) - #153751 (Detect existing turbofish on method calls to suppress useless suggestion) - #153780 (Remove `MTLock`) - #151572 (Fix Hexagon ABI calling convention for small aggregates) - #153725 (Fix that `./x test --no-doc` actually keeps the same behaviour for backwards compatability)
In #153143 the
./x test --no-docflag was renamed to--all-targets. I added a commit that keeps the--no-docflag for backwards compatibility, but unfortunately I forgot to actually keep the behaviour the same, which is fixed by this PR.r? @Kobzol