Skip to content

Commit e3364a7

Browse files
committed
Update test suite to nightly-2024-06-14
1 parent 0668621 commit e3364a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/no-custom.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `&Thing: ref_cast::custom::RefCastOkay<&String>` i
22
--> tests/ui/no-custom.rs:8:36
33
|
44
8 | pub fn ref_cast(s: &String) -> &Self;
5-
| ^^^^^ the trait `RefCastCustom<String>` is not implemented for `&Thing`, which is required by `&Thing: ref_cast::custom::RefCastOkay<&String>`
5+
| ^^^^^ the trait `RefCastCustom<String>` is not implemented for `Thing`, which is required by `&Thing: ref_cast::custom::RefCastOkay<&String>`
66
|
77
= help: the following other types implement trait `ref_cast::custom::RefCastOkay<From>`:
88
<&'a To as ref_cast::custom::RefCastOkay<&'a From>>

0 commit comments

Comments
 (0)