File tree Expand file tree Collapse file tree 29 files changed +32
-29
lines changed
rustc_data_structures/src
rustc_symbol_mangling/src
rustc_trait_selection/src Expand file tree Collapse file tree 29 files changed +32
-29
lines changed Original file line number Diff line number Diff line change 30
30
//!
31
31
//! This API is completely unstable and subject to change.
32
32
33
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
33
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ) ]
34
34
#![ no_std]
35
35
#![ forbid( unsafe_code) ]
36
36
#![ feature( nll) ]
Original file line number Diff line number Diff line change 8
8
//! This crate implements several kinds of arena.
9
9
10
10
#![ doc(
11
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
11
+ html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ,
12
12
test( no_crate_inject, attr( deny( warnings) ) )
13
13
) ]
14
14
#![ feature( dropck_eyepatch) ]
Original file line number Diff line number Diff line change 4
4
//!
5
5
//! This API is completely unstable and subject to change.
6
6
7
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" , test( attr( deny( warnings) ) ) ) ]
7
+ #![ doc(
8
+ html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
9
+ test( attr( deny( warnings) ) )
10
+ ) ]
8
11
#![ feature( box_syntax) ]
9
12
#![ feature( const_fn) ] // For the `transmute` in `P::new`
10
13
#![ feature( const_fn_transmute) ]
Original file line number Diff line number Diff line change 1
1
//! This crate contains implementations of built-in macros and other code generating facilities
2
2
//! injecting code into the crate before it is lowered to HIR.
3
3
4
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
4
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ) ]
5
5
#![ feature( bool_to_option) ]
6
6
#![ feature( crate_visibility_modifier) ]
7
7
#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 4
4
//!
5
5
//! This API is completely unstable and subject to change.
6
6
7
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
7
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ) ]
8
8
#![ feature( bool_to_option) ]
9
9
#![ feature( const_cstr_unchecked) ]
10
10
#![ 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/nightly-rustc/ " ) ]
2
2
#![ feature( bool_to_option) ]
3
3
#![ feature( option_expect_none) ]
4
4
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 6
6
//!
7
7
//! This API is completely unstable and subject to change.
8
8
9
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
9
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ) ]
10
10
#![ allow( incomplete_features) ]
11
11
#![ feature( array_windows) ]
12
12
#![ feature( control_flow_enum) ]
Original file line number Diff line number Diff line change 4
4
//!
5
5
//! This API is completely unstable and subject to change.
6
6
7
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
7
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ) ]
8
8
#![ feature( nll) ]
9
9
#![ feature( once_cell) ]
10
10
#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! This module contains the code for creating and emitting diagnostics.
4
4
5
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
5
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ) ]
6
6
#![ feature( crate_visibility_modifier) ]
7
7
#![ feature( backtrace) ]
8
8
#![ feature( nll) ]
Original file line number Diff line number Diff line change 272
272
//! * [DOT language](http://www.graphviz.org/doc/info/lang.html)
273
273
274
274
#![ doc(
275
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
275
+ html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/ " ,
276
276
test( attr( allow( unused_variables) , deny( warnings) ) )
277
277
) ]
278
278
#![ feature( nll) ]
You can’t perform that action at this time.
0 commit comments