]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/traits/bound/assoc-fn-bound-root-obligation.stderr
Dedup logic and improve output for other types that impl trait
[rust.git] / src / test / ui / traits / bound / assoc-fn-bound-root-obligation.stderr
index 37cba4189d72554136efd705ec4be2cb5b9351a9..115539a6dc28d9cd083bee7f273f94d865436637 100644 (file)
@@ -7,7 +7,7 @@ LL |     s.strip_suffix(b'\n').unwrap_or(s)
    |       required by a bound introduced by this call
    |
    = help: the trait `FnMut<(char,)>` is not implemented for `u8`
-   = help: the following other types implement trait `Pattern<'_>`:
+   = help: the following other types implement trait `Pattern<'a>`:
              &'b String
              &'b [char; N]
              &'b [char]