File tree 29 files changed +29
-29
lines changed
rustc_data_structures/src
rustc_symbol_mangling/src
rustc_trait_selection/src
29 files changed +29
-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-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-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( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" , test( attr( deny( warnings) ) ) ) ]
8
8
#![ feature( box_syntax) ]
9
9
#![ feature( const_fn) ] // For the `transmute` in `P::new`
10
10
#![ 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-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-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-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-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-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-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-rustc /" ,
276
276
test( attr( allow( unused_variables) , deny( warnings) ) )
277
277
) ]
278
278
#![ feature( nll) ]
Original file line number Diff line number Diff line change 1
1
//! Support for serializing the dep-graph and reloading it.
2
2
3
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
3
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
4
4
#![ feature( in_band_lifetimes) ]
5
5
#![ feature( nll) ]
6
6
#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change 12
12
//!
13
13
//! This API is completely unstable and subject to change.
14
14
15
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
15
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
16
16
#![ feature( bool_to_option) ]
17
17
#![ feature( box_patterns) ]
18
18
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 25
25
//!
26
26
//! This API is completely unstable and subject to change.
27
27
28
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
28
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
29
29
#![ cfg_attr( test, feature( test) ) ]
30
30
#![ feature( array_windows) ]
31
31
#![ feature( bool_to_option) ]
Original file line number Diff line number Diff line change 1
1
#![ feature( nll) ]
2
2
#![ feature( static_nobundle) ]
3
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
3
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
4
4
5
5
// NOTE: This crate only exists to allow linking on mingw targets.
6
6
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 /" ) ]
2
2
#![ feature( bool_to_option) ]
3
3
#![ feature( core_intrinsics) ]
4
4
#![ feature( crate_visibility_modifier) ]
Original file line number Diff line number Diff line change 22
22
//!
23
23
//! This API is completely unstable and subject to change.
24
24
25
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
25
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
26
26
#![ feature( array_windows) ]
27
27
#![ feature( backtrace) ]
28
28
#![ feature( bool_to_option) ]
Original file line number Diff line number Diff line change 5
5
//! generated instead.
6
6
7
7
#![ doc(
8
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
8
+ html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ,
9
9
html_playground_url = "https://play.rust-lang.org/" ,
10
10
test( attr( deny( warnings) ) )
11
11
) ]
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-rustc /" ) ]
8
8
#![ feature( in_band_lifetimes) ]
9
9
#![ feature( nll) ]
10
10
#![ feature( or_patterns) ]
Original file line number Diff line number Diff line change 6
6
//! feature](https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html)
7
7
//! of the Unstable Book for some examples.
8
8
9
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
9
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
10
10
#![ feature( nll) ]
11
11
#![ recursion_limit = "256" ]
12
12
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 /" ) ]
2
2
#![ feature( in_band_lifetimes) ]
3
3
#![ feature( nll) ]
4
4
#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change 8
8
//!
9
9
//! Type-relative name resolution (methods, fields, associated items) happens in `librustc_typeck`.
10
10
11
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
11
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
12
12
#![ feature( bool_to_option) ]
13
13
#![ feature( crate_visibility_modifier) ]
14
14
#![ feature( nll) ]
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 /" ) ]
2
2
#![ feature( nll) ]
3
3
#![ feature( or_patterns) ]
4
4
#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Core encoding and decoding interfaces.
5
5
*/
6
6
7
7
#![ doc(
8
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
8
+ html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ,
9
9
html_playground_url = "https://play.rust-lang.org/" ,
10
10
test( attr( allow( unused_variables) , deny( warnings) ) )
11
11
) ]
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-rustc /" ) ]
8
8
#![ feature( array_windows) ]
9
9
#![ feature( crate_visibility_modifier) ]
10
10
#![ feature( const_fn) ]
Original file line number Diff line number Diff line change 87
87
//! virtually impossible. Thus, symbol hash generation exclusively relies on
88
88
//! DefPaths which are much more robust in the face of changes to the code base.
89
89
90
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
90
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
91
91
#![ feature( never_type) ]
92
92
#![ feature( nll) ]
93
93
#![ feature( or_patterns) ]
Original file line number Diff line number Diff line change 7
7
//! more 'stuff' here in the future. It does not have a dependency on
8
8
//! LLVM.
9
9
10
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
10
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
11
11
#![ feature( bool_to_option) ]
12
12
#![ feature( const_fn) ]
13
13
#![ feature( const_panic) ]
Original file line number Diff line number Diff line change 10
10
//!
11
11
//! This API is completely unstable and subject to change.
12
12
13
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
13
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
14
14
#![ feature( bool_to_option) ]
15
15
#![ feature( box_patterns) ]
16
16
#![ feature( drain_filter) ]
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-rustc /" ) ]
8
8
#![ feature( nll) ]
9
9
#![ recursion_limit = "256" ]
10
10
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ This API is completely unstable and subject to change.
55
55
56
56
*/
57
57
58
- #![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
58
+ #![ doc( html_root_url = "https://doc.rust-lang.org/nightly-rustc /" ) ]
59
59
#![ allow( non_camel_case_types) ]
60
60
#![ feature( bool_to_option) ]
61
61
#![ feature( box_syntax) ]
You can’t perform that action at this time.
0 commit comments