436: Update trybuild tests r=XFFXFF a=DropDemBits

Rust 1.68 changed how the help suggestion text renders, and shows a diff for the suggested change.

Co-authored-by: DropDemBits <r3usrlnd@gmail.com>
This commit is contained in:
bors[bot] 2023-03-17 12:26:29 +00:00 committed by GitHub
commit 508a03b40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: `<Jar1>`
|
help: you might be missing a type parameter
|
27 | struct MyInput<Jar1> {
| ++++++