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 { + | ++++++