Use HTTPS links where possible
This commit is contained in:
parent
b8be3162d7
commit
bdfcb88e8b
66 changed files with 99 additions and 99 deletions
|
@ -8,7 +8,7 @@
|
|||
//! ## `Ty` lowering
|
||||
//! Much of the `Ty` lowering is 1:1 with Chalk. (Or will be eventually). A
|
||||
//! helpful table for what types lower to what can be found in the
|
||||
//! [Chalk book](http://rust-lang.github.io/chalk/book/types/rust_types.html).
|
||||
//! [Chalk book](https://rust-lang.github.io/chalk/book/types/rust_types.html).
|
||||
//! The most notable difference lies with `Param`s. To convert from rustc to
|
||||
//! Chalk, we eagerly and deeply convert `Param`s to placeholders (in goals) or
|
||||
//! bound variables (for clause generation through functions in `db`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue