about summary refs log tree commit diff
path: root/tests/ui/mut/mutable-enum-indirect.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/mut/mutable-enum-indirect.stderr')
-rw-r--r--tests/ui/mut/mutable-enum-indirect.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/mut/mutable-enum-indirect.stderr b/tests/ui/mut/mutable-enum-indirect.stderr
index 9e1f4e1fe4e..0aa2f29160d 100644
--- a/tests/ui/mut/mutable-enum-indirect.stderr
+++ b/tests/ui/mut/mutable-enum-indirect.stderr
@@ -7,6 +7,7 @@ LL |     bar(&x);
    |     required by a bound introduced by this call
    |
    = help: within `&Foo`, the trait `Sync` is not implemented for `NoSync`
+   = note: consider using `std::sync::Arc<NoSync>`; for more information visit <https://doc.rust-lang.org/book/ch16-03-shared-state.html>
 note: required because it appears within the type `Foo`
   --> $DIR/mutable-enum-indirect.rs:11:6
    |