We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a370ca6 commit 490d1e3Copy full SHA for 490d1e3
text/0000-less-unwinding.md
@@ -275,7 +275,7 @@ test` it cannot pass `-C panic=abort`.
275
implementations, but it's unclear whether it's too heavily biased towards
276
panic is either unwinding or aborting.
277
278
-* The current implementation of Cargo would mean that a native implementation of
+* The current implementation of Cargo would mean that a naive implementation of
279
the profile option would cause recompiles between `cargo build` and `cargo
280
- test` for projects that specify `panic = 'unwind'`. Is this acceptable? Should
+ test` for projects that specify `panic = 'abort'`. Is this acceptable? Should
281
Cargo cache both copies of the crate?
0 commit comments