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 796da12 commit 0c10f08Copy full SHA for 0c10f08
rust/tools/autobuild.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+export RUST_BACKTRACE=1
4
exec "${CODEQL_DIST}/codeql" database index-files \
5
--working-dir=. --language=rust --include-extension=.rs \
6
"${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"
rust/tools/index-files.sh
@@ -2,4 +2,5 @@
set -eu
exec "$CODEQL_EXTRACTOR_RUST_ROOT/tools/$CODEQL_PLATFORM/extractor" @"$1"
0 commit comments