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
|
@ -4,7 +4,7 @@
|
|||
//!
|
||||
//! This API is completely unstable and subject to change.
|
||||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly-rustc/", test(attr(deny(warnings))))]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(const_fn)] // For the `transmute` in `P::new`
|
||||
#![feature(const_fn_transmute)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue