File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ comment like so:
28
28
// Rule Foo-Bar-Baz
29
29
30
30
The reference implementation of these rules is to be found in
31
- [ ` chalk/chalk-rules /src/clauses.rs ` ] [ chalk_rules ] . They are also ported in
31
+ [ ` chalk/chalk-solve /src/clauses.rs ` ] [ chalk_rules ] . They are also ported in
32
32
rustc in the [ ` librustc_traits ` ] [ librustc_traits ] crate.
33
33
34
- [ chalk_rules ] : https://github.com/rust-lang/chalk/blob/master/chalk-rules /src/clauses.rs
34
+ [ chalk_rules ] : https://github.com/rust-lang/chalk/blob/master/chalk-solve /src/clauses.rs
35
35
[ librustc_traits ] : https://github.com/rust-lang/rust/tree/master/src/librustc_traits
36
36
37
37
## Lowering where clauses
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ to prove it using the lowered rules we described in the
11
11
[ lowering rules] ( ./lowering-rules.md ) chapter. If we are able to prove it, we
12
12
say that the construct is well-formed. If not, we report an error to the user.
13
13
14
- Well-formedness checking happens in the [ ` chalk/chalk-rules /src/wf.rs ` ] [ wf ]
14
+ Well-formedness checking happens in the [ ` chalk/chalk-solve /src/wf.rs ` ] [ wf ]
15
15
module in chalk. After you have read this chapter, you may find useful to see
16
16
an extended set of examples in the [ ` chalk/src/test/wf.rs ` ] [ wf_test ] submodule.
17
17
18
18
The new-style WF checking has not been implemented in rustc yet.
19
19
20
- [ wf ] : https://github.com/rust-lang/chalk/blob/master/chalk-rules /src/wf.rs
20
+ [ wf ] : https://github.com/rust-lang/chalk/blob/master/chalk-solve /src/wf.rs
21
21
[ wf_test ] : https://github.com/rust-lang/chalk/blob/master/src/test/wf.rs
22
22
23
23
We give here a complete reference of the generated goals for each Rust
You can’t perform that action at this time.
0 commit comments