implement the skeleton of the updated trait solver
This commit is contained in:
parent
4653c93e44
commit
a213bb36c9
21 changed files with 1569 additions and 87 deletions
|
@ -342,6 +342,10 @@ cc = ["@BoxyUwU"]
|
|||
message = "Some changes occured in `rustc_ty_utils::consts.rs`"
|
||||
cc = ["@BoxyUwU"]
|
||||
|
||||
[mentions."compiler/rustc_trait_selection/src/solve]
|
||||
message = "Some changes occurred to the core trait solver"
|
||||
cc = ["@lcnr"]
|
||||
|
||||
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
|
||||
message = """
|
||||
Some changes occurred in engine.rs, potentially modifying the public API \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue