From ee762e8bdf08de65db297df382296631f7ae3374 Mon Sep 17 00:00:00 2001 From: DropDemBits Date: Wed, 15 Mar 2023 10:37:08 -0400 Subject: [PATCH] Update trybuild tests Rust 1.68 changed how the help suggestion text renders, showing a diff for the suggested change. --- .../tests/compile-fail/jars_incompatibles.stderr | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/salsa-2022-tests/tests/compile-fail/jars_incompatibles.stderr b/salsa-2022-tests/tests/compile-fail/jars_incompatibles.stderr index 5a61f61c..5f83c2e3 100644 --- a/salsa-2022-tests/tests/compile-fail/jars_incompatibles.stderr +++ b/salsa-2022-tests/tests/compile-fail/jars_incompatibles.stderr @@ -57,5 +57,8 @@ error[E0412]: cannot find type `Jar1` in this scope | 26 | #[salsa::input(jar = Jar1)] | ^^^^ not found in this scope -27 | struct MyInput { - | - help: you might be missing a type parameter: `` + | +help: you might be missing a type parameter + | +27 | struct MyInput { + | ++++++