File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
compiler/rustc_parse_format/src Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
html_playground_url = "https://play.rust-lang.org/" ,
10
10
test( attr( deny( warnings) ) )
11
11
) ]
12
- #![ cfg_attr( not( bootstrap) , doc( rust_logo) ) ]
13
- #![ cfg_attr( not( bootstrap) , allow( internal_features) ) ]
14
- #![ cfg_attr( not( bootstrap) , feature( rustdoc_internals) ) ]
15
12
#![ deny( rustc:: untranslatable_diagnostic) ]
16
13
#![ deny( rustc:: diagnostic_outside_of_impl) ]
17
- // We want to be able to build this crate with a stable compiler, so no
18
- // `#![feature]` attributes should be added.
14
+ // WARNING: We want to be able to build this crate with a stable compiler,
15
+ // so no `#![feature]` attributes should be added!
19
16
20
17
use rustc_lexer:: unescape;
21
18
pub use Alignment :: * ;
You can’t perform that action at this time.
0 commit comments