Skip to content

Commit 77bbce8

Browse files
committed
add a chalk-debugging section
1 parent ca54829 commit 77bbce8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

roadmap.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ items = [
100100
{ label="Specialization", href="https://github.com/rust-lang/chalk/issues/9" },
101101
]
102102

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+
103112
[[goal]]
104113
name = "library"
105114
label = "Chalk usable as a standalone library for traits solving"

0 commit comments

Comments
 (0)