Auto merge of #26669 - frewsxcv:diagnostics-https, r=huonw

None
This commit is contained in:
bors 2015-06-30 15:13:05 +00:00
commit 85361528bc

View file

@ -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##"
@ -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##"