Skip to content

Commit

Permalink
macro_tools : introduce GenericsWithWhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 15, 2024
1 parent a1c42b4 commit 33c0608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/core/macro_tools/tests/inc/generics_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn where_assumptions()

let got : the_module::GenericsWithWhere = parse_quote!
{
< 'a, T : Clone, U : Default >
< 'a, T : Clone, U : Default, V : std::fmt::Debug >
where
Definition : former::FormerDefinition,
};
Expand Down

0 comments on commit 33c0608

Please sign in to comment.