We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4482ce commit 4a460abCopy full SHA for 4a460ab
ci/integration-tests.sh
@@ -7,7 +7,7 @@ git clone --depth=1 https://github.com/${INTEGRATION}.git checkout
7
cd checkout
8
9
function check() {
10
- cargo clippy --all &> clippy_output
+ RUST_BACKTRACE=full cargo clippy --all &> clippy_output
11
cat clippy_output
12
! cat clippy_output | grep -q "internal compiler error"
13
if [[ $? != 0 ]]; then
0 commit comments