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