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 1c32cf3 commit acc36d7Copy full SHA for acc36d7
.github/driver.sh
@@ -31,6 +31,9 @@ diff normalized.stderr tests/ui/cstring.stderr
31
SYSROOT=`rustc --print sysroot`
32
diff <(LD_LIBRARY_PATH=${SYSROOT}/lib ./target/debug/clippy-driver --rustc --version --verbose) <(rustc --version --verbose)
33
34
+pwd
35
+ls
36
+
37
# we can't run 2 rustcs on the same file at the same time
38
CLIPPY=`LD_LIBRARY_PATH=${SYSROOT}/lib ./target/debug/clippy-driver ./tests/driver/main.rs --rustc`
39
RUSTC=`rustc ./tests/driver/main.rs`
0 commit comments