-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trait resolution for variadic arguments in Bevy #3
Comments
weiznich
added a commit
that referenced
this issue
Jul 8, 2022
Thanks, I've copied the test case linked in this thread in ab2bb38 |
Awesome thanks! |
weiznich
added a commit
to weiznich/bevy
that referenced
this issue
Aug 24, 2022
This commit introduces a new feature flags that let's user opt into the nightly only `#[rustc_on_unimplemented]` attribute. This attribute can be used to improve error messages generated by missing trait implementations. This commit adds annotations to two locations in bevy to improve error messages submitted as part of weiznich/rust-foundation-community-grant#3 Addresses bevyengine#1519
weiznich
added a commit
to weiznich/bevy
that referenced
this issue
Aug 24, 2022
This commit introduces a new feature flags that let's user opt into the nightly only `#[rustc_on_unimplemented]` attribute. This attribute can be used to improve error messages generated by missing trait implementations. This commit adds annotations to two locations in bevy to improve error messages submitted as part of weiznich/rust-foundation-community-grant#3 Addresses bevyengine#1519
weiznich
added a commit
to weiznich/bevy
that referenced
this issue
Aug 24, 2022
This commit introduces a new feature flags that let's user opt into the nightly only `#[rustc_on_unimplemented]` attribute. This attribute can be used to improve error messages generated by missing trait implementations. This commit adds annotations to two locations in bevy to improve error messages submitted as part of weiznich/rust-foundation-community-grant#3 Addresses bevyengine#1519
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original issue: bevyengine/bevy#1519
This seems quite similar to the issue described for
tealr
here.The text was updated successfully, but these errors were encountered: