]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/typeck/issue-90101.stderr
Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk
[rust.git] / src / test / ui / typeck / issue-90101.stderr
index 998b636887f230183a49e48ede6db36883a1276e..ab9a72edfe98df74e042af7a6c71f5cc3791b8de 100644 (file)
@@ -6,7 +6,7 @@ LL |     func(Path::new("hello").to_path_buf().to_string_lossy(), "world")
    |     |
    |     required by a bound introduced by this call
    |
-   = help: the following implementations were found:
+   = help: the following other types implement trait `From<T>`:
              <PathBuf as From<&T>>
              <PathBuf as From<Box<Path>>>
              <PathBuf as From<Cow<'a, Path>>>