]> git.lizzy.rs Git - rust.git/commit
Auto merge of #77039 - ecstatic-morse:rollup-qv3jj4a, r=ecstatic-morse
authorbors <bors@rust-lang.org>
Tue, 22 Sep 2020 03:45:30 +0000 (03:45 +0000)
committerbors <bors@rust-lang.org>
Tue, 22 Sep 2020 03:45:30 +0000 (03:45 +0000)
commitc2bc344eb23d8c1d18e803b3f1e631cf99926fbb
treeda0955a36edabba33d09d4125996970b629efab7
parent45198456be60a6906d24abdc3c67a31b9206188e
parent0863f9a965445c8bd9c98092bc93e8494907c00e
Auto merge of #77039 - ecstatic-morse:rollup-qv3jj4a, r=ecstatic-morse

Rollup of 13 pull requests

Successful merges:

 - #72734 (Reduce duplicate in liballoc reserve error handling)
 - #76131 (Don't use `zip` to compare iterators during pretty-print hack)
 - #76150 (Don't recommend ManuallyDrop to customize drop order)
 - #76275 (Implementation of Write for some immutable ref structs)
 - #76489 (Add explanation for E0756)
 - #76581 (do not ICE on bound variables, return `TooGeneric` instead)
 - #76655 (Make some methods of `Pin` unstable const)
 - #76783 (Only get ImplKind::Impl once)
 - #76807 (Use const-checking to forbid use of unstable features in const-stable functions)
 - #76888 (use if let instead of single match arm expressions)
 - #76914 (extend `Ty` and `TyCtxt` lints to self types)
 - #77022 (Reduce boilerplate for BytePos and CharPos)
 - #77032 (lint missing docs for extern items)

Failed merges:

r? `@ghost`