Skip to content
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

Closed
alice-i-cecile opened this issue Jul 8, 2022 · 2 comments
Closed

Trait resolution for variadic arguments in Bevy #3

alice-i-cecile opened this issue Jul 8, 2022 · 2 comments

Comments

@alice-i-cecile
Copy link

Original issue: bevyengine/bevy#1519

This seems quite similar to the issue described for tealr here.

@weiznich
Copy link
Owner

weiznich commented Jul 8, 2022

Thanks, I've copied the test case linked in this thread in ab2bb38

@weiznich weiznich closed this as completed Jul 8, 2022
@alice-i-cecile
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants