Skip to content

Conversation

nrc
Copy link
Member

@nrc nrc commented Dec 30, 2014

Closes #19949 and rust-lang/rfcs#428

[breaking change]

If you have traits used with objects with static methods, you'll need to move
the static methods to a different trait.

r? @cmr

nrc added 2 commits December 30, 2014 19:05
Closes rust-lang#19949 and rust-lang/rfcs#428

[breaking change]

If you have traits used with objects with static methods, you'll need to move
the static methods to a different trait.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 31, 2014
Closes rust-lang#19949 and rust-lang/rfcs#428

[breaking change]

If you have traits used with objects with static methods, you'll need to move
the static methods to a different trait.

r? @cmr
@bors bors merged commit 69716ef into rust-lang:master Dec 31, 2014
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.

"Static" methods should not be object safe
3 participants