X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Ftypeck%2Fissue-90101.stderr;h=ab9a72edfe98df74e042af7a6c71f5cc3791b8de;hb=1dc672a766832287f2f998a1cdde76ea74cd480d;hp=998b636887f230183a49e48ede6db36883a1276e;hpb=ba66384447430159e32bba613cd389b7773a453e;p=rust.git diff --git a/src/test/ui/typeck/issue-90101.stderr b/src/test/ui/typeck/issue-90101.stderr index 998b636887f..ab9a72edfe9 100644 --- a/src/test/ui/typeck/issue-90101.stderr +++ b/src/test/ui/typeck/issue-90101.stderr @@ -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`: > >> >>