mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Link to docs from error explanations via HTTPS
This commit is contained in:
@@ -357,7 +357,7 @@ enum Enum {
|
||||
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##"
|
||||
|
||||
Reference in New Issue
Block a user