Skip to content

impl !<TraitName> for <Type> { .. } should be documented #371

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

Closed
frewsxcv opened this issue Jul 19, 2018 · 3 comments
Closed

impl !<TraitName> for <Type> { .. } should be documented #371

frewsxcv opened this issue Jul 19, 2018 · 3 comments

Comments

@frewsxcv
Copy link
Member

As far as I know, this isn't documented and it seems like something worth calling out

Relevant: rust-lang/rust#51129

@frewsxcv frewsxcv changed the title impl !<TraitName> should be documented impl !<TraitName> for <Type> { .. } should be documented Jul 19, 2018
@alercah
Copy link
Contributor

alercah commented Jul 19, 2018

impl !Trait isn't stable. It appears in the docs and is mentioned in the section on auto traits, but otherwise shouldn't be added until and unless it proceeds to stabilization.

@alercah alercah closed this as completed Jul 19, 2018
@frewsxcv
Copy link
Member Author

I know it's not stable to implement, but someone who is using stable Rust still needs to have an understanding of how it works, right?

@alercah
Copy link
Contributor

alercah commented Jul 19, 2018

It's covered in the section on auto traits

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