Skip to content

Commit

Permalink
Link to docs from error explanations via HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jun 30, 2015
1 parent fe283b4 commit e834c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc/diagnostics.rs
Expand Up @@ -357,7 +357,7 @@ Ensure that the expressions given can be evaluated as the desired integer type.
See the FFI section of the Reference for more information about using a custom
integer type:
http://doc.rust-lang.org/reference.html#ffi-attributes
https://doc.rust-lang.org/reference.html#ffi-attributes
"##,

E0109: r##"
Expand Down Expand Up @@ -408,7 +408,7 @@ fn main() {
}
```
See also http://doc.rust-lang.org/book/unsafe.html
See also https://doc.rust-lang.org/book/unsafe.html
"##,

E0137: r##"
Expand Down

0 comments on commit e834c03

Please sign in to comment.