From 7cd4d84cac270200ed2ab1adb3a2847fa54a3766 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 6 Feb 2025 19:35:51 -0800 Subject: [PATCH] Update ui test suite to nightly-2025-02-07 --- test_suite/tests/ui/with/incorrect_type.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_suite/tests/ui/with/incorrect_type.stderr b/test_suite/tests/ui/with/incorrect_type.stderr index cfddf1cec..fd08ebada 100644 --- a/test_suite/tests/ui/with/incorrect_type.stderr +++ b/test_suite/tests/ui/with/incorrect_type.stderr @@ -28,7 +28,7 @@ note: function defined here --> tests/ui/with/incorrect_type.rs:9:12 | 9 | pub fn serialize(_: S) -> Result { - | ^^^^^^^^^ ---- + | ^^^^^^^^^ error[E0277]: the trait bound `&u8: Serializer` is not satisfied --> tests/ui/with/incorrect_type.rs:15:25 @@ -79,7 +79,7 @@ note: function defined here --> tests/ui/with/incorrect_type.rs:9:12 | 9 | pub fn serialize(_: S) -> Result { - | ^^^^^^^^^ ---- + | ^^^^^^^^^ error[E0277]: the trait bound `&u8: Serializer` is not satisfied --> tests/ui/with/incorrect_type.rs:18:35