mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
Merge #436
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:
commit
508a03b40a
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)]
|
||||
| ^^^^ 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