Skip to content

(RFC for isue #4869) libcore: remove default to_str implementations for pointer types #5098

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
wants to merge 1 commit into from

Conversation

pkgw
Copy link
Contributor

@pkgw pkgw commented Feb 24, 2013

See issue #4869. I'm not quite sure what constitutes "consensus from the core team" (cf. discussion in the issue), but this at least demonstrates that the proposed change is pretty straightforward.

After this change, there are no new test failures. I've un-ignored the to_str vectors test; it's not at all obvious to me why it'd be problematic, and it passes on my Linux machine.

These couldn't be overridden and so ended up being quite restrictive. This has
the side effect of changing the stringification of ~vecs, but nothing in
relied on this. Closes rust-lang#4869.
@pkgw
Copy link
Contributor Author

pkgw commented Feb 26, 2013

Errr, I believe these failures are unrelated to the patch. Do I need to rebase on a newer incoming, or anything like that?

@brson
Copy link
Contributor

brson commented Feb 28, 2013

@pkgw I've asked @bors to retry the build

bors added a commit that referenced this pull request Feb 28, 2013
See issue #4869. I'm not quite sure what constitutes "consensus from the core team" (cf. discussion in the issue), but this at least demonstrates that the proposed change is pretty straightforward.

After this change, there are no new test failures. I've un-ignored the `to_str` vectors test; it's not at all obvious to me why it'd be problematic, and it passes on my Linux machine.
@bors bors closed this Feb 28, 2013
bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
Rename `span_{help, note}_and_lint` to `span_lint_and_*`

`span_*_and_lint` and `span_lint_and_*` make us confused. The order should be the same.

[context](rust-lang/rust-clippy#5084 (comment))

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.

3 participants