File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ path = "exercises/15_traits/traits4.rs"
816
816
mode = " test"
817
817
hint = """
818
818
Instead of using concrete types as parameters you can use traits. Try replacing
819
- the '??' with 'impl < what goes here?> '
819
+ the '??' with 'impl [ what goes here?] '
820
820
821
821
See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters
822
822
"""
@@ -827,7 +827,7 @@ path = "exercises/15_traits/traits5.rs"
827
827
mode = " compile"
828
828
hint = """
829
829
To ensure a parameter implements multiple traits use the '+ syntax'. Try
830
- replacing the '??' with 'impl <> + <> '.
830
+ replacing the '??' with 'impl [what goes here?] + [what goes here?] '.
831
831
832
832
See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#specifying-multiple-trait-bounds-with-the--syntax
833
833
"""
You can’t perform that action at this time.
0 commit comments