Bless issue-23041 test after turbofish suggestion suppression

This commit is contained in:
arferreira
2026-03-12 06:28:54 -04:00
parent 4d47b07353
commit 6e954d376a
-6
View File
@@ -3,12 +3,6 @@ error[E0282]: type annotations needed
|
LL | b.downcast_ref::<fn(_)->_>();
| ^^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the method `downcast_ref`
|
help: consider specifying the generic argument
|
LL - b.downcast_ref::<fn(_)->_>();
LL + b.downcast_ref::<fn(_) -> _>();
|
error: aborting due to 1 previous error