From e834c0348fe094da4f32594278fee6b0446cb41c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 29 Jun 2015 17:23:02 -0700 Subject: [PATCH] Link to docs from error explanations via HTTPS --- src/librustc/diagnostics.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 4673169a7de..68ca0eac37a 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -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##"