Skip to content

Commit b8a9beb

Browse files
committed
Remove unnecessary -Ztrim-diagnostic-paths=no
1 parent 03f01bb commit b8a9beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dir=$(cd $(dirname "$BASH_SOURCE"); pwd)
4343

4444
export RUSTC=$dir"/cg_clif"
4545
export RUSTFLAGS=$linker
46-
export RUSTDOCFLAGS=$linker' -Ztrim-diagnostic-paths=no -Cpanic=abort -Zpanic-abort-tests '\
46+
export RUSTDOCFLAGS=$linker' -Cpanic=abort -Zpanic-abort-tests '\
4747
'-Zcodegen-backend='$dir'/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$dir'/sysroot'
4848

4949
# FIXME remove once the atomic shim is gone

0 commit comments

Comments
 (0)