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

Show is not implemented for Arc #18299

Closed
cgaebel opened this issue Oct 24, 2014 · 0 comments · Fixed by #18344
Closed

Show is not implemented for Arc #18299

cgaebel opened this issue Oct 24, 2014 · 0 comments · Fixed by #18344

Comments

@cgaebel
Copy link
Contributor

cgaebel commented Oct 24, 2014

The Show trait is not currently implemented for Arcs, even though it is for Rc. This should be made consistent.

@huonw huonw added the A-libs label Oct 25, 2014
lnicola pushed a commit to lnicola/rust that referenced this issue Oct 17, 2024
fix: incorrect autofix for missing wrapped unit in return expr

fix rust-lang#18298.

We should insert `Ok(())` or `Some(())` instead of wrapping `return` with variants.
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 a pull request may close this issue.

2 participants