Skip to content

Commit b2a8a71

Browse files
committed
jack's suggestions
1 parent 2113761 commit b2a8a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roadmap.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ items = [
8181
[[group]]
8282
name = "rustc-integration-mvp"
8383
label = "Integrate chalk-solve into rustc"
84-
requires = [ "map-chalk-types-to-rustc-types", "chalk-const" ]
84+
requires = [ "map-chalk-types-to-rustc-types", "chalk-const", "chalk-builtin-traits" ]
8585
items = [
8686
{ label="remove old chalk support", status="Complete", href="https://github.com/rust-lang/rust/pull/69247" },
87-
{ label="exploratory integration to better uncover requirements", status="Assigned" },
87+
{ label="exploratory integration to better uncover requirements", href="https://github.com/rust-lang/rust/pull/69406", status="Assigned" },
8888
{ label="map rustc types to chalk types", status="Blocked" },
8989
{ label="map rustc predicates to chalk goals, clauses", status="Blocked" },
9090
{ label="implement RustIrDatabase in trait", status="Blocked" },

0 commit comments

Comments
 (0)