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

fix: Implement #[rustc_skip_array_during_method_dispatch] #9104

Merged
merged 2 commits into from
Jun 3, 2021
Merged

fix: Implement #[rustc_skip_array_during_method_dispatch] #9104

merged 2 commits into from
Jun 3, 2021

Conversation

jonas-schievink
Copy link
Contributor

@jonas-schievink jonas-schievink commented Jun 1, 2021

haxx run the world

Closes #8552
Part of #9056

Copy link
Member

@flodiebold flodiebold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me

@@ -143,6 +143,7 @@ pub struct TraitData {
pub is_auto: bool,
pub is_unsafe: bool,
pub visibility: RawVisibility,
pub skip_array_during_method_dispatch: bool,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could maybe use a comment?

@jonas-schievink
Copy link
Contributor Author

bors r=flodiebold

@bors
Copy link
Contributor

bors bot commented Jun 3, 2021

@bors bors bot merged commit c7eb19e into rust-lang:master Jun 3, 2021
@jonas-schievink jonas-schievink deleted the skip-array-during-method-dispatch branch June 3, 2021 12:01
@lnicola lnicola changed the title Implement #[rustc_skip_array_during_method_dispatch] fix: Implement #[rustc_skip_array_during_method_dispatch] Jun 5, 2021
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

Successfully merging this pull request may close these issues.

Support rustc_skip_array_during_method_dispatch
2 participants