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 03f01bb commit b8a9bebCopy full SHA for b8a9beb
scripts/config.sh
@@ -43,7 +43,7 @@ dir=$(cd $(dirname "$BASH_SOURCE"); pwd)
43
44
export RUSTC=$dir"/cg_clif"
45
export RUSTFLAGS=$linker
46
-export RUSTDOCFLAGS=$linker' -Ztrim-diagnostic-paths=no -Cpanic=abort -Zpanic-abort-tests '\
+export RUSTDOCFLAGS=$linker' -Cpanic=abort -Zpanic-abort-tests '\
47
'-Zcodegen-backend='$dir'/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$dir'/sysroot'
48
49
# FIXME remove once the atomic shim is gone
0 commit comments