]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mutexguard-sync.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / mutexguard-sync.stderr
index 71a06fce4b9e15ba90be86b0eb95faccc993da83..8b5362490bf9420636a8010cfd935c1111d98137 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: `std::cell::Cell<i32>` cannot be shared between threads safely
   --> $DIR/mutexguard-sync.rs:11:15
    |
 LL | fn test_sync<T: Sync>(_t: T) {}
-   |    ---------    ---- required by this bound in `test_sync`
+   |                 ---- required by this bound in `test_sync`
 ...
 LL |     test_sync(guard);
    |               ^^^^^ `std::cell::Cell<i32>` cannot be shared between threads safely