@@ -229,28 +229,28 @@ Likewise, lowering tests use the [`lowering_success!` and
229
229
[ rustc-issues ] : https://github.com/rust-lang/rustc-guide/issues
230
230
[ universal quantification ] : https://en.wikipedia.org/wiki/Universal_quantification
231
231
232
- [ `ProgramClause` ] : https://rust-lang.github.io/chalk/doc/ chalk_ir/enum.ProgramClause.html
233
- [ `ProgramEnvironment` ] : https://rust-lang.github.io/chalk/doc/ chalk/program_environment/struct.ProgramEnvironment.html
234
- [ chalk_engine ] : https://rust-lang.github.io/chalk/doc/ chalk_engine/index.html
235
- [ chalk_ir ] : https://rust-lang.github.io/chalk/doc/ chalk_ir/index.html
236
- [ chalk_parse ] : https://rust-lang.github.io/chalk/doc/ chalk_parse/index.html
237
- [ chalk_solve ] : https://rust-lang.github.io/chalk/doc/ chalk_solve/index.html
238
- [ chalk_rust_ir ] : https://rust-lang.github.io/chalk/doc/ chalk_rust_ir/index.html
239
- [ doc-chalk ] : https://rust-lang.github.io/chalk/doc/ chalk/index.html
240
- [ engine-context ] : https://rust-lang.github.io/chalk/doc/ chalk_engine/context/index.html
241
- [ chalk-program ] : https://rust-lang.github.io/chalk/doc/ chalk/program/struct.Program.html
242
-
243
- [ binders-struct ] : https://rust-lang.github.io/chalk/doc/ chalk_ir/struct.Binders.html
244
- [ chalk-ast ] : https://rust-lang.github.io/chalk/doc/ chalk_parse/ast/index.html
232
+ [ `ProgramClause` ] : https://rust-lang.github.io/chalk/chalk_ir/enum.ProgramClause.html
233
+ [ `ProgramEnvironment` ] : https://rust-lang.github.io/chalk/chalk/program_environment/struct.ProgramEnvironment.html
234
+ [ chalk_engine ] : https://rust-lang.github.io/chalk/chalk_engine
235
+ [ chalk_ir ] : https://rust-lang.github.io/chalk/chalk_ir/index.html
236
+ [ chalk_parse ] : https://rust-lang.github.io/chalk/chalk_parse/index.html
237
+ [ chalk_solve ] : https://rust-lang.github.io/chalk/chalk_solve/index.html
238
+ [ chalk_rust_ir ] : https://rust-lang.github.io/chalk/chalk_rust_ir/index.html
239
+ [ doc-chalk ] : https://rust-lang.github.io/chalk/chalk/index.html
240
+ [ engine-context ] : https://rust-lang.github.io/chalk/chalk_engine/context/index.html
241
+ [ chalk-program ] : https://rust-lang.github.io/chalk/chalk/program/struct.Program.html
242
+
243
+ [ binders-struct ] : https://rust-lang.github.io/chalk/chalk_ir/struct.Binders.html
244
+ [ chalk-ast ] : https://rust-lang.github.io/chalk/chalk_parse/ast/index.html
245
245
[ chalk-test-example ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L115
246
246
[ chalk-test-lowering-example ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs#L8-L31
247
247
[ chalk-test-lowering ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs
248
248
[ chalk-test-wf ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf/test.rs#L1
249
- [ chalki ] : https://rust-lang.github.io/chalk/doc/ chalki/index.html
249
+ [ chalki ] : https://rust-lang.github.io/chalk/chalki/index.html
250
250
[ clause ] : https://github.com/rust-lang/chalk/blob/master/GLOSSARY.md#clause
251
- [ coherence-src ] : https://rust-lang.github.io/chalk/doc/ chalk_solve/coherence/index.html
252
- [ ir-code ] : https://rust-lang.github.io/chalk/doc/ chalk_rust_ir/
253
- [ solve-wf-src ] : https://rust-lang.github.io/chalk/doc/ chalk_solve/wf/index.html
251
+ [ coherence-src ] : https://rust-lang.github.io/chalk/chalk_solve/coherence/index.html
252
+ [ ir-code ] : https://rust-lang.github.io/chalk/chalk_rust_ir/
253
+ [ solve-wf-src ] : https://rust-lang.github.io/chalk/chalk_solve/wf/index.html
254
254
[ solve_goal ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L85
255
255
[ test-lowering-macros ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test_util.rs#L21-L54
256
256
[ test-macro ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L33
0 commit comments