rust backtrace enabled by default
This commit is contained in:
parent
9ca57362aa
commit
a15a8628b3
|
@ -36,4 +36,6 @@ if [ -d /opt/go/bin ]; then
|
|||
export PATH=$PATH:$GOROOT/bin
|
||||
fi
|
||||
|
||||
# for rust
|
||||
export RUST_BACKTRACE=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue