Skip to content

Commit eec6cb8

Browse files
committed
mention backtraces for tests in readme
1 parent c35831d commit eec6cb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ A solution is to add this to your init.vim file:
153153

154154
This doesn't prevent vim from keeping copies during editions, it just changes the behavior of the write operation.
155155

156+
### Can I get backtraces in tests ?
157+
158+
To have the backtrace displayed when a test panics, run
159+
160+
RUST_BACKTRACE=1 bacon test
161+
156162
### Why "bacon" ?
157163

158164
* It's a **bac**kground **con**piler.

0 commit comments

Comments
 (0)