diff options
| author | Alan Somers <asomers@gmail.com> | 2025-04-04 06:31:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-04 06:31:55 -0600 |
| commit | a503ecbfcbaed5c7fcb686b1b011f29bbab3e01a (patch) | |
| tree | 8b7606aa2d0b189cced590edcc2f64f28ccb8f10 /src | |
| parent | 05d64b119b8e00b3305598bb12091035c653e24b (diff) | |
| download | rust-a503ecbfcbaed5c7fcb686b1b011f29bbab3e01a.tar.gz rust-a503ecbfcbaed5c7fcb686b1b011f29bbab3e01a.zip | |
Update README.md
verb -> participle Co-authored-by: Ralf Jung <post@ralfj.de>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/miri/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/README.md b/src/tools/miri/README.md index 8aa11e1f821..e8ea988558c 100644 --- a/src/tools/miri/README.md +++ b/src/tools/miri/README.md @@ -565,7 +565,7 @@ Definite bugs found: * [Occasional memory leak in `std::mpsc` channels](https://github.com/rust-lang/rust/issues/121582) (original code in [crossbeam](https://github.com/crossbeam-rs/crossbeam/pull/1084)) * [Weak-memory-induced memory leak in Windows thread-local storage](https://github.com/rust-lang/rust/pull/124281) * [A bug in the new `RwLock::downgrade` implementation](https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/Miri.20error.20library.20test) (caught by Miri before it landed in the Rust repo) -* [Mockall reads unintialized memory when mocking `std::io::Read::read`, even if all expectations are satisfied](https://github.com/asomers/mockall/issues/647) (caught by Miri running Tokio's test suite) +* [Mockall reading unintialized memory when mocking `std::io::Read::read`, even if all expectations are satisfied](https://github.com/asomers/mockall/issues/647) (caught by Miri running Tokio's test suite) Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment): |
