rust backtrace enabled by default

This commit is contained in:
Thomas FORGIONE
2017-06-08 14:14:05 +02:00
parent 9ca57362aa
commit a15a8628b3

View File

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