Uh oh!
There was an error while loading. Please reload this page.
Fix doctest template - #73208
Conversation
`saturating_add` example was not parameterized, but passed because the `u8` would saturate successfully
rust-highfive
commented
Jun 10, 2020
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. |
Dylan-DPC-zz
commented
Jun 10, 2020
r? @Amanieu |
Amanieu
commented
Jun 10, 2020
@bors r+ rollup |
bors
commented
Jun 10, 2020
📌 Commit 5859f6e has been approved by |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: lzutao <taolzu@gmail.com>
Amanieu
commented
Jun 11, 2020
@bors r+ rollup |
bors
commented
Jun 11, 2020
📌 Commit 7dc19b0 has been approved by |
Fix doctest template `saturating_add` example was not parameterized, but passed because the `u8` would saturate successfully
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
saturating_addexample was not parameterized, but passed because theu8would saturate successfully