File tree 2 files changed +1
-2
lines changed
ci/docker/host-x86_64/mingw-check-1
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ ENV SCRIPT \
53
53
/scripts/validate-toolstate.sh && \
54
54
/scripts/validate-error-codes.sh && \
55
55
reuse --include-submodules lint && \
56
- python3 ../x.py test collect-license-metadata && \
56
+ python3 ../x.py test compiletest collect-license-metadata && \
57
57
# Runs checks to ensure that there are no issues in our JS code.
58
58
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
59
59
eslint -c ../src/librustdoc/html/static/.eslintrc.js ../src/librustdoc/html/static/js/*.js && \
Original file line number Diff line number Diff line change 22
22
#![ allow( clippy:: collapsible_if, clippy:: collapsible_else_if) ]
23
23
#![ allow( rustc:: diagnostic_outside_of_impl) ]
24
24
#![ allow( rustc:: untranslatable_diagnostic) ]
25
- #![ cfg_attr( bootstrap, feature( os_str_display) ) ]
26
25
27
26
extern crate thin_vec;
28
27
You can’t perform that action at this time.
0 commit comments