diff options
| author | bors <bors@rust-lang.org> | 2015-06-30 15:13:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-06-30 15:13:05 +0000 |
| commit | 85361528bc8f3880a2b2cffd15023c20bfe98282 (patch) | |
| tree | 44f62d52cfa80ed249f81311506835e3b7a8cff2 | |
| parent | 0b703787ab23f004fe9f635971933c6e9a9c6683 (diff) | |
| parent | e834c0348fe094da4f32594278fee6b0446cb41c (diff) | |
| download | rust-85361528bc8f3880a2b2cffd15023c20bfe98282.tar.gz rust-85361528bc8f3880a2b2cffd15023c20bfe98282.zip | |
Auto merge of #26669 - frewsxcv:diagnostics-https, r=huonw
None
| -rw-r--r-- | src/librustc/diagnostics.rs | 4 |
1 files 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##" |
