Skip to content
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

Fix doctest template #73208

Merged
merged 2 commits into from
Jun 11, 2020
Merged

Fix doctest template #73208

merged 2 commits into from
Jun 11, 2020

Conversation

qm3ster
Copy link
Contributor

@qm3ster qm3ster commented Jun 10, 2020

saturating_add example was not parameterized, but passed because the u8 would saturate successfully

`saturating_add` example was not parameterized, but passed because the `u8` would saturate successfully
@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @LukasKalbertodt (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 10, 2020
@Dylan-DPC-zz
Copy link

r? @Amanieu

@Amanieu
Copy link
Member

Amanieu commented Jun 10, 2020

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 10, 2020

📌 Commit 5859f6e has been approved by Amanieu

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 10, 2020
src/libcore/num/mod.rs Outdated Show resolved Hide resolved
Co-authored-by: lzutao <taolzu@gmail.com>
@Amanieu
Copy link
Member

Amanieu commented Jun 11, 2020

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 11, 2020

📌 Commit 7dc19b0 has been approved by Amanieu

RalfJung added a commit to RalfJung/rust that referenced this pull request Jun 11, 2020
Fix doctest template

`saturating_add` example was not parameterized, but passed because the `u8` would saturate successfully
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 11, 2020
Rollup of 11 pull requests

Successful merges:

 - rust-lang#72380 (Fix `is_const_context`, update `check_for_cast`)
 - rust-lang#72941 (Ensure stack when building MIR for matches)
 - rust-lang#72976 (Clean up E0642 explanation)
 - rust-lang#73080 (doc/rustdoc: Fix incorrect external_doc feature flag)
 - rust-lang#73155 (save_analysis: better handle paths and functions signature)
 - rust-lang#73164 (Add new E0762 error code)
 - rust-lang#73172 (Fix more clippy warnings)
 - rust-lang#73181 (Automatically prioritize unsoundness issues)
 - rust-lang#73183 (Support proc macros in intra doc link resolution)
 - rust-lang#73208 (Fix doctest template)
 - rust-lang#73219 (x.py: with --json-output, forward cargo's JSON)

Failed merges:

r? @ghost
@bors bors merged commit 822bb9a into rust-lang:master Jun 11, 2020
@qm3ster qm3ster deleted the patch-1 branch June 12, 2020 14:55
@cuviper cuviper added this to the 1.46 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants