1
Fork 0
rust/compiler/rustc_traits/src
Dylan DPC 0aed74aa43
Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis
Update Chalk to 0.36.0

This PR updates Chalk and fixes a number of bugs in the chalk integration code.

cc `@rust-lang/wg-traits`
r? `@nikomatsakis`
2020-11-09 19:06:46 +01:00
..
chalk Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis 2020-11-09 19:06:46 +01:00
dropck_outlives.rs Address comments 2020-10-14 00:17:42 -04:00
evaluate_obligation.rs
implied_outlives_bounds.rs Fix some more clippy warnings 2020-10-30 10:12:56 -04:00
lib.rs TypeVisitor: use ControlFlow in rustc_{mir,privacy,traits,typeck} 2020-10-30 12:27:44 +01:00
normalize_erasing_regions.rs Remove def_id field from ParamEnv 2020-09-09 10:14:31 +02:00
normalize_projection_ty.rs
type_op.rs