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 ee9defa commit 47bd974Copy full SHA for 47bd974
.github/workflows/test-expand.sh
@@ -15,7 +15,7 @@ for MODULE in ${TEST_MODULES[@]};do
15
python3 $SCRIPT_DIR/../../expand.py $MODULE > $TMP_PATH/$TEST_FILE
16
echo "Output" $(wc -c < $TMP_PATH/$TEST_FILE) "Bytes"
17
echo $FILE_HEAD >> $TMP_PATH/$TEST_FILE
18
- rustc $TMP_PATH/$TEST_FILE 2>/dev/null
+ rustc -A warnings $TMP_PATH/$TEST_FILE
19
if [ $? -ne 0 ];then
20
echo "Error compiling for $MODULE"
21
exit 1
0 commit comments