mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Update README.md
Note however that [leak checking is currently disabled on Windows targets](https://github.com/rust-lang/miri/issues/1302). Windows issue are fixed
This commit is contained in:
@@ -19,8 +19,7 @@ for example:
|
||||
|
||||
On top of that, Miri will also tell you about memory leaks: when there is memory
|
||||
still allocated at the end of the execution, and that memory is not reachable
|
||||
from a global `static`, Miri will raise an error. Note however that
|
||||
[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.
|
||||
|
||||
Miri has already discovered some [real-world bugs](#bugs-found-by-miri). If you
|
||||
found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
|
||||
|
||||
Reference in New Issue
Block a user