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 64efb23 commit c482a95Copy full SHA for c482a95
README.md
@@ -435,6 +435,9 @@ to Miri failing to detect cases of undefined behavior in a program.
435
so with this flag.
436
* `-Zmiri-force-page-size=<num>` overrides the default page size for an architecture, in multiples of 1k.
437
`4` is default for most targets. This value should always be a power of 2 and nonzero.
438
+* `-Zmiri-unique-is-unique` performs additional aliasing checks for `core::ptr::Unique` to ensure
439
+ that it could theoretically be considered `noalias`. This flag is experimental and has
440
+ an effect only when used with `-Zmiri-tree-borrows`.
441
442
[function ABI]: https://doc.rust-lang.org/reference/items/functions.html#extern-function-qualifier
443
0 commit comments