You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roadmap.toml
+24-12
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,18 @@ items = [
15
15
{ label = "Build prototype and evaluate", status="Blocked" },
16
16
]
17
17
18
+
[[group]]
19
+
name = "impl-trait"
20
+
label = "Model `impl Trait`"
21
+
items = [
22
+
{ label = "Preliminary model for opaque types where hidden types are known", status="Assigned", ref = "https://github.com/rust-lang/chalk/issues/335" }
23
+
]
24
+
18
25
[[group]]
19
26
name = "rust-analyzer-integration"
20
27
label = "Integrate with rust-analyzer"
28
+
requires = ["impl-trait"]
21
29
items = [
22
-
{ label = "How to model impl Trait" },
23
30
{ label = "Ensure that we never need to ask for impls of unknown types", port = "askfor", requires = ["syntactic-semantic-equality"] },
24
31
{ label = "Deal with performance problems" },
25
32
{ label = "Deal with memory usage" },
@@ -28,7 +35,10 @@ items = [
28
35
[[group]]
29
36
name = "syntactic-semantic-equality"
30
37
label = "Separate syntactic equality from semantic equality"
0 commit comments