File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ TEST_TARGET_CRATES = $(filter-out core rustc_unicode alloc_system \
26
26
alloc_jemalloc,$(TARGET_CRATES ) ) \
27
27
collectionstest coretest
28
28
TEST_DOC_CRATES = $(DOC_CRATES ) arena flate fmt_macros getopts graphviz \
29
- log rand rbml serialize syntax term
29
+ log rand rbml serialize syntax term test
30
30
TEST_HOST_CRATES = $(filter-out rustc_typeck rustc_borrowck rustc_resolve \
31
31
rustc_trans rustc_lint,\
32
32
$(HOST_CRATES ) )
Original file line number Diff line number Diff line change 32
32
#![ crate_type = "dylib" ]
33
33
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
34
34
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
35
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
35
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
36
+ test( attr( deny( warnings) ) ) ) ]
36
37
37
38
#![ feature( asm) ]
38
39
#![ feature( box_syntax) ]
You can’t perform that action at this time.
0 commit comments