Skip to content

Commit 61b4195

Browse files
committed
introduce groups that kind of just represent some of our *goals*
1 parent b81e236 commit 61b4195

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

roadmap.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,18 @@ items = [
5353
{ label="create" },
5454
]
5555

56+
[[group]]
57+
name = "advanced-features"
58+
label = "Advanced features"
59+
requires = [ "rustc-integration-mvp" ]
60+
items = [
61+
{ label="implied bounds" },
62+
]
5663

64+
[[group]]
65+
name = "library"
66+
label = "Usable as a standalone library for traits solving"
67+
requires = [ "rustc-integration-mvp", "rust-analyzer-integration" ]
68+
items = [
69+
{ label="implied bounds" },
70+
]

0 commit comments

Comments
 (0)