We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca54829 commit 77bbce8Copy full SHA for 77bbce8
roadmap.toml
@@ -100,6 +100,15 @@ items = [
100
{ label="Specialization", href="https://github.com/rust-lang/chalk/issues/9" },
101
]
102
103
+[[group]]
104
+name = "chalk-debugging"
105
+label = "Improve ability to debug chalk from within rustc or rust-analyzer"
106
+requires = [ ]
107
+items = [
108
+ { label="Integrate tracing library", href="https://github.com/rust-lang/chalk/issues/337" },
109
+ { label="Extract standalone examples automatically" },
110
+]
111
+
112
[[goal]]
113
name = "library"
114
label = "Chalk usable as a standalone library for traits solving"
0 commit comments