We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b70378 + e834c03 commit 8536152Copy full SHA for 8536152
src/librustc/diagnostics.rs
@@ -357,7 +357,7 @@ Ensure that the expressions given can be evaluated as the desired integer type.
357
See the FFI section of the Reference for more information about using a custom
358
integer type:
359
360
-http://doc.rust-lang.org/reference.html#ffi-attributes
+https://doc.rust-lang.org/reference.html#ffi-attributes
361
"##,
362
363
E0109: r##"
@@ -408,7 +408,7 @@ fn main() {
408
}
409
```
410
411
-See also http://doc.rust-lang.org/book/unsafe.html
+See also https://doc.rust-lang.org/book/unsafe.html
412
413
414
E0137: r##"
0 commit comments