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 4291aba commit e7f89a7Copy full SHA for e7f89a7
README.md
@@ -231,7 +231,8 @@ environment variable:
231
* `-Zmiri-panic-on-unsupported` will makes some forms of unsupported functionality
232
such as FFI and unsupported syscalls panic within the context of the emulated
233
application instead of raising an error within the context of Miri (and halting
234
- execution).
+ execution). Note that code might not expect these operations to ever panic, so
235
+ this flag can lead to strange(mis)behavior.
236
* `-Zmiri-seed=<hex>` configures the seed of the RNG that Miri uses to resolve
237
non-determinism. This RNG is used to pick base addresses for allocations.
238
When isolation is enabled (the default), this is also used to emulate system
0 commit comments