We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35831d commit eec6cb8Copy full SHA for eec6cb8
README.md
@@ -153,6 +153,12 @@ A solution is to add this to your init.vim file:
153
154
This doesn't prevent vim from keeping copies during editions, it just changes the behavior of the write operation.
155
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
162
### Why "bacon" ?
163
164
* It's a **bac**kground **con**piler.
0 commit comments