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 c592bf7 commit b2ed58eCopy full SHA for b2ed58e
src/doc/src/reference/profiles.md
@@ -208,6 +208,10 @@ The `rustc` test harness currently requires `unwind` behavior. See the
208
Additionally, when using the `abort` strategy and building a test, all of the
209
dependencies will also be forced to build with the `unwind` strategy.
210
211
+One exception is that when a test or benchmark target is driven by a custom
212
+harness, panic setting will be applied since the custom harness may not have
213
+the same limitation as the `rustc` test harness requires.
214
+
215
[`-C panic` flag]: ../../rustc/codegen-options/index.html#panic
216
[`panic-abort-tests`]: unstable.md#panic-abort-tests
217
0 commit comments