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.
2 parents 8ed7fac + e666510 commit 9d4c80eCopy full SHA for 9d4c80e
README.md
@@ -19,8 +19,7 @@ for example:
19
20
On top of that, Miri will also tell you about memory leaks: when there is memory
21
still allocated at the end of the execution, and that memory is not reachable
22
-from a global `static`, Miri will raise an error. Note however that
23
-[leak checking is currently disabled on Windows targets](https://github.com/rust-lang/miri/issues/1302).
+from a global `static`, Miri will raise an error.
24
25
Miri has already discovered some [real-world bugs](#bugs-found-by-miri). If you
26
found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
0 commit comments