Skip to content

Commit ca54829

Browse files
committed
add some links
1 parent b2a8a71 commit ca54829

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roadmap.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ items = [
6565
name = "chalk-builtin-traits"
6666
label = "Extend chalk-solve with knowledge of builtin-traits"
6767
items = [
68-
{ label="support the `Sized` trait", status="Blocked" },
68+
{ label="support the `Sized` trait", status="Blocked", href="https://github.com/rust-lang/chalk/issues/261" },
6969
{ label="support the `Clone` trait", status="Blocked" },
7070
{ label="support the `Copy` trait", status="Blocked" },
7171
{ label="support the `Unsized` trait", status="Blocked" },
@@ -96,7 +96,8 @@ label = "Explore proposed language features"
9696
requires = [ "rustc-integration-mvp", "rust-analyzer-integration" ]
9797
status = "Blocked"
9898
items = [
99-
{ label="implied bounds" },
99+
{ label="Implied bounds" },
100+
{ label="Specialization", href="https://github.com/rust-lang/chalk/issues/9" },
100101
]
101102

102103
[[goal]]

0 commit comments

Comments
 (0)