rust/compiler/rustc_traits/src
bors d5cd3205fd Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth
Rollup of 11 pull requests

Successful merges:

 - #87832 (Fix debugger stepping behavior with `match` expressions)
 - #88123 (Make spans for tuple patterns in E0023 more precise)
 - #88215 (Reland #83738: "rustdoc: Don't load all extern crates unconditionally")
 - #88216 (Don't stabilize creation of TryReserveError instances)
 - #88270 (Handle type ascription type ops in NLL HRTB diagnostics)
 - #88289 (Fixes for LLVM change 0f45c16f2caa7c035e5c3edd40af9e0d51ad6ba7)
 - #88320 (type_implements_trait consider obligation failure on overflow)
 - #88332 (Add argument types tait tests)
 - #88340 (Add `c_size_t` and `c_ssize_t` to `std::os::raw`.)
 - #88346 (Revert "Add type of a let tait test impl trait straight in let")
 - #88348 (Add field types tait tests)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-08-27 01:07:17 +00:00
..
chalk make unevaluated const substs optional 2021-08-26 11:00:30 +02:00
dropck_outlives.rs clippy:: append_instead_of_extend 2021-07-25 12:26:02 +02:00
evaluate_obligation.rs
implied_outlives_bounds.rs introduce a Coerce predicate 2021-08-19 17:28:24 -04:00
lib.rs handle ascription type op in NLL HRTB diagnostics 2021-08-23 23:31:01 +02:00
normalize_erasing_regions.rs introduce a Coerce predicate 2021-08-19 17:28:24 -04:00
normalize_projection_ty.rs
type_op.rs handle ascription type op in NLL HRTB diagnostics 2021-08-23 23:31:01 +02:00