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: src/traits/chalk-overview.md
+32-7
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ No possible solution.
49
49
Ambiguous; no inference guidance
50
50
```
51
51
52
-
You can see more examples of programs and queries in the [unit tests][chalk-tests].
52
+
You can see more examples of programs and queries in the [unit
53
+
tests][chalk-test-example].
53
54
54
55
Next we'll go through each stage required to produce the output above.
55
56
@@ -175,11 +176,29 @@ Chalk's functionality is broken up into the following crates:
175
176
176
177
## Testing
177
178
178
-
TODO: Basically, [there is a macro](https://github.com/rust-lang-nursery/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/solve/test.rs#L112-L148)
179
-
that will take chalk's Rust-like syntax and run it through the full pipeline
0 commit comments