Skip to content

std: Stabilize marker::MarkerTrait #23484

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

Merged
merged 1 commit into from
Mar 24, 2015

Conversation

alexcrichton
Copy link
Member

This trait has proven quite useful when defining marker traits to avoid the
semi-confusing PhantomFn trait and it looks like it will continue to be a
useful tool for defining these traits.

This trait has proven quite useful when defining marker traits to avoid the
semi-confusing `PhantomFn` trait and it looks like it will continue to be a
useful tool for defining these traits.
@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@tomaka
Copy link
Contributor

tomaka commented Mar 19, 2015

I hate the name of this trait. Oh well...

@alexcrichton
Copy link
Member Author

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned brson Mar 23, 2015
@aturon
Copy link
Member

aturon commented Mar 23, 2015

@bors: r+ 959a0e6

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 23, 2015
This trait has proven quite useful when defining marker traits to avoid the
semi-confusing `PhantomFn` trait and it looks like it will continue to be a
useful tool for defining these traits.
@bors bors merged commit 959a0e6 into rust-lang:master Mar 24, 2015
@alexcrichton alexcrichton deleted the marker-trait-stable branch March 27, 2015 20:40
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.

6 participants