diff options
Diffstat (limited to 'src/test/ui/mutexguard-sync.stderr')
-rw-r--r-- | src/test/ui/mutexguard-sync.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/mutexguard-sync.stderr b/src/test/ui/mutexguard-sync.stderr index b3c77b13e..3fbb2ddf1 100644 --- a/src/test/ui/mutexguard-sync.stderr +++ b/src/test/ui/mutexguard-sync.stderr @@ -7,7 +7,7 @@ LL | test_sync(guard); | required by a bound introduced by this call | = help: the trait `Sync` is not implemented for `Cell<i32>` - = note: required because of the requirements on the impl of `Sync` for `MutexGuard<'_, Cell<i32>>` + = note: required for `MutexGuard<'_, Cell<i32>>` to implement `Sync` note: required by a bound in `test_sync` --> $DIR/mutexguard-sync.rs:5:17 | |