diff options
Diffstat (limited to 'tests/ui/traits/inductive-overflow/two-traits.stderr')
| -rw-r--r-- | tests/ui/traits/inductive-overflow/two-traits.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/inductive-overflow/two-traits.stderr b/tests/ui/traits/inductive-overflow/two-traits.stderr index 6092c194a87..cb21de08b29 100644 --- a/tests/ui/traits/inductive-overflow/two-traits.stderr +++ b/tests/ui/traits/inductive-overflow/two-traits.stderr @@ -9,7 +9,7 @@ note: required by a bound in `Magic::X` | LL | type X: Trait; | ^^^^^ required by this bound in `Magic::X` -help: consider further restricting this bound +help: consider further restricting this bound with trait `std::marker::Sync` | LL | impl<T: Magic + std::marker::Sync> Magic for T { | +++++++++++++++++++ |
