diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-01 19:31:01 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-01 19:31:01 +0000 |
commit | a6ee8e9e7627cdbf39198716234648e1730bfc2d (patch) | |
tree | 3c22ee4d3b1b1e808b08719acd6aa535f9ffa460 /crates/hir_ty/src/method_resolution.rs | |
parent | f17f9f51d6bc8e29a309980bfca24fbcb3cecb33 (diff) | |
parent | 63e8bdb8a26476e8fa668dfdd16966f6ebc81471 (diff) | |
parent | 7072f59fc61b8b487f301df1fe5eefbcc84672aa (diff) |
Merge #7829 #7833
7829: Bump deps r=matklad a=lnicola
Unfortunately, this brings a bunch of proc macros dep because `cargo-metadata` went full-in on `derive-builder`. I'm not sure what we can do here..
7833: Use chalk_ir::Mutability r=Veykril a=Veykril
Co-authored-by: Laurențiu Nicola <[email protected]>
Co-authored-by: Lukas Wirth <[email protected]>