You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows just one instance of this. .with::<&X>().set_second_name("$x") being synonymous with .with_first_name::<&X>("$x") is confusing. In the prior "second" is referring to the name of second part of the pair but in the later "first" is referring to the type parameter not the name of the second part of the pair.
The text was updated successfully, but these errors were encountered:
This example shows just one instance of this.
.with::<&X>().set_second_name("$x")
being synonymous with.with_first_name::<&X>("$x")
is confusing. In the prior "second" is referring to the name of second part of the pair but in the later "first" is referring to the type parameter not the name of the second part of the pair.The text was updated successfully, but these errors were encountered: