summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-90101.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/typeck/issue-90101.stderr')
-rw-r--r--src/test/ui/typeck/issue-90101.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/typeck/issue-90101.stderr b/src/test/ui/typeck/issue-90101.stderr
index ab9a72edf..d2729d853 100644
--- a/src/test/ui/typeck/issue-90101.stderr
+++ b/src/test/ui/typeck/issue-90101.stderr
@@ -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
|