Updated html_root_url for compiler crates
This commit is contained in:
parent
a6008fac97
commit
dd66ea2d3d
29 changed files with 29 additions and 29 deletions
|
@ -87,7 +87,7 @@
|
|||
//! virtually impossible. Thus, symbol hash generation exclusively relies on
|
||||
//! DefPaths which are much more robust in the face of changes to the code base.
|
||||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly-rustc/")]
|
||||
#![feature(never_type)]
|
||||
#![feature(nll)]
|
||||
#![feature(or_patterns)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue