File tree Expand file tree Collapse file tree 29 files changed +29
-29
lines changed
rustc_data_structures/src
rustc_symbol_mangling/src
rustc_trait_selection/src Expand file tree Collapse file tree 29 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 3030//!
3131//! This API is completely unstable and subject to change.
3232
33- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
33+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
3434#![ no_std]
3535#![ forbid( unsafe_code) ]
3636#![ feature( nll) ]
Original file line number Diff line number Diff line change 88//! This crate implements several kinds of arena.
99
1010#![ doc(
11- html_root_url = "https://doc.rust-lang.org/nightly/" ,
11+ html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ,
1212 test( no_crate_inject, attr( deny( warnings) ) )
1313) ]
1414#![ feature( dropck_eyepatch) ]
Original file line number Diff line number Diff line change 44//!
55//! This API is completely unstable and subject to change.
66
7- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" , test( attr( deny( warnings) ) ) ) ]
7+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" , test( attr( deny( warnings) ) ) ) ]
88#![ feature( box_syntax) ]
99#![ feature( const_fn) ] // For the `transmute` in `P::new`
1010#![ feature( const_fn_transmute) ]
Original file line number Diff line number Diff line change 11//! This crate contains implementations of built-in macros and other code generating facilities
22//! injecting code into the crate before it is lowered to HIR.
33
4- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
4+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
55#![ feature( bool_to_option) ]
66#![ feature( crate_visibility_modifier) ]
77#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 44//!
55//! This API is completely unstable and subject to change.
66
7- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
7+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
88#![ feature( bool_to_option) ]
99#![ feature( const_cstr_unchecked) ]
1010#![ feature( crate_visibility_modifier) ]
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
1+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
22#![ feature( bool_to_option) ]
33#![ feature( option_expect_none) ]
44#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 66//!
77//! This API is completely unstable and subject to change.
88
9- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
9+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
1010#![ allow( incomplete_features) ]
1111#![ feature( array_windows) ]
1212#![ feature( control_flow_enum) ]
Original file line number Diff line number Diff line change 44//!
55//! This API is completely unstable and subject to change.
66
7- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
7+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
88#![ feature( nll) ]
99#![ feature( once_cell) ]
1010#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change 22//!
33//! This module contains the code for creating and emitting diagnostics.
44
5- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
5+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
66#![ feature( crate_visibility_modifier) ]
77#![ feature( backtrace) ]
88#![ feature( nll) ]
Original file line number Diff line number Diff line change 272272//! * [DOT language](http://www.graphviz.org/doc/info/lang.html)
273273
274274#![ doc(
275- html_root_url = "https://doc.rust-lang.org/nightly/" ,
275+ html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ,
276276 test( attr( allow( unused_variables) , deny( warnings) ) )
277277) ]
278278#![ feature( nll) ]
You can’t perform that action at this time.
0 commit comments