]> git.lizzy.rs Git - rust.git/commit
Auto merge of #74073 - Manishearth:rollup-faqo9lx, r=Manishearth
authorbors <bors@rust-lang.org>
Sun, 5 Jul 2020 23:08:08 +0000 (23:08 +0000)
committerbors <bors@rust-lang.org>
Sun, 5 Jul 2020 23:08:08 +0000 (23:08 +0000)
commit0c03aee8b81185d65b5821518661c30ecdb42de5
tree5d9ea2c252f737710f1a071b08babc537c90ca2c
parent2753fab7ce3647033146b07c8b6c9f4856a910b0
parente62436333eb4c3d98c23f1a0478e35a843cc4b95
Auto merge of #74073 - Manishearth:rollup-faqo9lx, r=Manishearth

Rollup of 12 pull requests

Successful merges:

 - #72688 (added .collect() into String from Box<str>)
 - #73787 (Add unstable docs for rustc_attrs)
 - #73834 (Some refactoring around intrinsic type checking)
 - #73871 (Fix try_print_visible_def_path for Rust 2018)
 - #73937 (Explain exhaustive matching on {usize,isize} maximum values)
 - #73973 (Use `Span`s to identify unreachable subpatterns in or-patterns)
 - #74000 (add `lazy_normalization_consts` feature gate)
 - #74025 (Remove unnecessary release from Arc::try_unwrap)
 - #74027 (Convert more `DefId`s to `LocalDefId`s)
 - #74055 (Fix spacing in Iterator fold doc)
 - #74057 (expected_found `&T` -> `T`)
 - #74064 (variant_count: avoid incorrect dummy implementation)

Failed merges:

r? @ghost