From 2052269aeab23aaf0a503b0675396b1e3ff47e22 Mon Sep 17 00:00:00 2001 From: mejrs <59372212+mejrs@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:44:05 +0100 Subject: [PATCH] Update rust 1.67 --- tests/ui/invalid_pymethod_receiver.stderr | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/tests/ui/invalid_pymethod_receiver.stderr b/tests/ui/invalid_pymethod_receiver.stderr index d480a5c8080..83f29f548a0 100644 --- a/tests/ui/invalid_pymethod_receiver.stderr +++ b/tests/ui/invalid_pymethod_receiver.stderr @@ -5,14 +5,11 @@ error[E0277]: the trait bound `i32: From<&PyCell>` is not satisfied | ^^^ the trait `From<&PyCell>` is not implemented for `i32` | = help: the following other types implement trait `From`: - > - > - > - > - > - > - > - > - and $N others + > + > + > + > + > + > = note: required for `&PyCell` to implement `Into` = note: required for `i32` to implement `TryFrom<&PyCell>`