rust/tests/ui/sync
Connor Tsui 3bdc228c10
add nonpoison::mutex implementation
Adds the equivalent `nonpoison` types to the `poison::mutex` module.
These types and implementations are gated under the `nonpoison_mutex`
feature gate.

Also blesses the ui tests that now have a name conflicts (because these
types no longer have unique names). The full path distinguishes the
different types.

Co-authored-by: Aandreba <aandreba@gmail.com>
Co-authored-by: Trevor Gross <tmgross@umich.edu>
2025-07-29 10:32:15 +02:00
..
atomic-types-not-copyable.rs cleaned up some tests 2025-07-05 01:54:04 +05:00
atomic-types-not-copyable.stderr cleaned up some tests 2025-07-05 01:54:04 +05:00
mutexguard-sync.rs
mutexguard-sync.stderr add nonpoison::mutex implementation 2025-07-29 10:32:15 +02:00
reentrantlockguard-sync.rs Add manual Sync impl for ReentrantLockGuard 2024-05-24 17:44:37 -07:00
reentrantlockguard-sync.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
suggest-cell.rs
suggest-cell.stderr
suggest-once-cell.rs Stabilize a portion of 'once_cell' 2023-03-29 18:04:44 -04:00
suggest-once-cell.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-ref-cell.rs Stabilize a portion of 'once_cell' 2023-03-29 18:04:44 -04:00
suggest-ref-cell.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00