Skip to content

Commit 8536152

Browse files
committed
Auto merge of #26669 - frewsxcv:diagnostics-https, r=huonw
None
2 parents 0b70378 + e834c03 commit 8536152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Ensure that the expressions given can be evaluated as the desired integer type.
357357
See the FFI section of the Reference for more information about using a custom
358358
integer type:
359359
360-
http://doc.rust-lang.org/reference.html#ffi-attributes
360+
https://doc.rust-lang.org/reference.html#ffi-attributes
361361
"##,
362362

363363
E0109: r##"
@@ -408,7 +408,7 @@ fn main() {
408408
}
409409
```
410410
411-
See also http://doc.rust-lang.org/book/unsafe.html
411+
See also https://doc.rust-lang.org/book/unsafe.html
412412
"##,
413413

414414
E0137: r##"

0 commit comments

Comments
 (0)