Skip to content

Commit 543225a

Browse files
committed
Auto merge of #153783 - JonathanBrouwer:rollup-xAG0lwn, r=JonathanBrouwer
Rollup of 5 pull requests Successful merges: - rust-lang/rust#153705 (Always generate generics in delegation that match trait in trait impl scenario) - rust-lang/rust#153751 (Detect existing turbofish on method calls to suppress useless suggestion) - rust-lang/rust#153780 (Remove `MTLock`) - rust-lang/rust#151572 (Fix Hexagon ABI calling convention for small aggregates) - rust-lang/rust#153725 (Fix that `./x test --no-doc` actually keeps the same behaviour for backwards compatability)
2 parents a57fc3a + 8776098 commit 543225a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parallel-rustc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ are implemented differently depending on whether `parallel-compiler` is true.
4848
| -------------------------------- | --------------------------------------------------- | ------------ |
4949
| Lock\<T> | (parking_lot::Mutex\<T>) | (std::cell::RefCell) |
5050
| RwLock\<T> | (parking_lot::RwLock\<T>) | (std::cell::RefCell) |
51-
| MTLock\<T> | (Lock\<T>) | (T) |
5251
| ReadGuard | parking_lot::RwLockReadGuard | std::cell::Ref |
5352
| MappedReadGuard | parking_lot::MappedRwLockReadGuard | std::cell::Ref |
5453
| WriteGuard | parking_lot::RwLockWriteGuard | std::cell::RefMut |

0 commit comments

Comments
 (0)