From 6e954d376a84ac6da5006abba7800d5663c51639 Mon Sep 17 00:00:00 2001 From: arferreira Date: Thu, 12 Mar 2026 06:28:54 -0400 Subject: [PATCH] Bless issue-23041 test after turbofish suggestion suppression --- tests/ui/issues/issue-23041.stderr | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/ui/issues/issue-23041.stderr b/tests/ui/issues/issue-23041.stderr index bd0e457fa9da..4d7266c7c98d 100644 --- a/tests/ui/issues/issue-23041.stderr +++ b/tests/ui/issues/issue-23041.stderr @@ -3,12 +3,6 @@ error[E0282]: type annotations needed | LL | b.downcast_ref::_>(); | ^^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the method `downcast_ref` - | -help: consider specifying the generic argument - | -LL - b.downcast_ref::_>(); -LL + b.downcast_ref:: _>(); - | error: aborting due to 1 previous error