update chalk

this brings in support from trait upcasting, yay!
(and as such fixes a test)
This commit is contained in:
Waffle Lapkin 2025-01-15 21:43:25 +01:00
parent 772266abeb
commit dde6ab4983
No known key found for this signature in database
3 changed files with 12 additions and 13 deletions

View file

@ -1173,7 +1173,6 @@ trait B {}
fn test(a: &dyn A) -> &dyn B {
a
//^ error: expected &dyn B, found &dyn A
}
"#,
);