about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2020-09-25 02:29:45 +0200
committerGitHub <noreply@github.com>2020-09-25 02:29:45 +0200
commit6f3da3d53ff29e604a26d9c94a14147094575b1d (patch)
treecd31551eeafb4a599e9870f21a996c88df29ba51 /compiler/rustc_codegen_llvm/src
parentb8ab6eb217effa514ec1742a8042469d00993080 (diff)
parent764967a7e5cd260db94395614399e2638bee1eda (diff)
downloadrust-6f3da3d53ff29e604a26d9c94a14147094575b1d.tar.gz
rust-6f3da3d53ff29e604a26d9c94a14147094575b1d.zip
Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514
Updated html_root_url for compiler crates

Closes #77103

r? @jyn514
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs
index 2e2abe9fb30..456e9c7ce75 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -4,7 +4,7 @@
 //!
 //! This API is completely unstable and subject to change.
 
-#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
+#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![feature(bool_to_option)]
 #![feature(const_cstr_unchecked)]
 #![feature(crate_visibility_modifier)]