mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
Update trybuild tests
Rust 1.68 changed how the help suggestion text renders, showing a diff for the suggested change.
This commit is contained in:
parent
ef7c0f12c8
commit
ee762e8bdf
1 changed files with 5 additions and 2 deletions
|
@ -57,5 +57,8 @@ error[E0412]: cannot find type `Jar1` in this scope
|
||||||
|
|
|
|
||||||
26 | #[salsa::input(jar = Jar1)]
|
26 | #[salsa::input(jar = Jar1)]
|
||||||
| ^^^^ not found in this scope
|
| ^^^^ 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> {
|
||||||
|
| ++++++
|
||||||
|
|
Loading…
Reference in a new issue