rust backtrace enabled by default

This commit is contained in:
Thomas FORGIONE 2017-06-08 14:14:05 +02:00
parent 9ca57362aa
commit a15a8628b3
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 2 additions and 0 deletions

View File

@ -36,4 +36,6 @@ if [ -d /opt/go/bin ]; then
export PATH=$PATH:$GOROOT/bin
fi
# for rust
export RUST_BACKTRACE=1