]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/typeck/issue-90101.stderr
Rollup merge of #100789 - compiler-errors:issue-99662, r=spastorino
[rust.git] / src / test / ui / typeck / issue-90101.stderr
index ab9a72edfe98df74e042af7a6c71f5cc3791b8de..d2729d853547bce65d5c36da19f063442bb57f42 100644 (file)
@@ -12,7 +12,7 @@ LL |     func(Path::new("hello").to_path_buf().to_string_lossy(), "world")
              <PathBuf as From<Cow<'a, Path>>>
              <PathBuf as From<OsString>>
              <PathBuf as From<String>>
-   = note: required because of the requirements on the impl of `Into<PathBuf>` for `Cow<'_, str>`
+   = note: required for `Cow<'_, str>` to implement `Into<PathBuf>`
 note: required by a bound in `func`
   --> $DIR/issue-90101.rs:3:20
    |