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

Added ToStr implementations for &[T] and @[T] #5145

Closed
wants to merge 1 commit into from

Conversation

Kimundi
Copy link
Member

@Kimundi Kimundi commented Feb 27, 2013

No description provided.

@graydon
Copy link
Contributor

graydon commented Feb 27, 2013

Istr someone recently removing these, no? Hazy memory.

@Kimundi
Copy link
Member Author

Kimundi commented Feb 27, 2013

@graydon Do you mean #5098 ? That PR removes ToStr implementations for @T and ~T which prepended '@' and '~' to the string. This PR just adds missing implementations for the vector types ~[T] and @[T].

@bors bors closed this Feb 27, 2013
bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
Fix error E0460 when compiled on Rustc repo

Sadly, this mostly reverts  rust-lang#5121. Now I use HashMap to only store one rlib
per crate. But that would not work when non-compatible version of the same crate show up.

changelog: none
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.

4 participants