]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/abi/mod.rs
Add tests for `#[no_mangle]` in `impl` blocks that looks like generic `impl` blocks...
[rust.git] / compiler / rustc_target / src / abi / mod.rs
index e3a721fc7369e34ac821e700967d38b7162098f3..9a24edf1a42cb25f24f6c5eed27356f49f4ef157 100644 (file)
@@ -16,7 +16,7 @@
 
 pub mod call;
 
-/// Parsed [Data layout](http://llvm.org/docs/LangRef.html#data-layout)
+/// Parsed [Data layout](https://llvm.org/docs/LangRef.html#data-layout)
 /// for a target, which contains everything needed to compute layouts.
 pub struct TargetDataLayout {
     pub endian: Endian,