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

rustc: Implement deriving involving generic bounded traits #3910

Closed
wants to merge 2 commits into from

Conversation

pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Nov 3, 2012

r? @brson

@pcwalton
Copy link
Contributor Author

pcwalton commented Nov 3, 2012

Only the second commit.

@brson
Copy link
Contributor

brson commented Nov 3, 2012

r+

@pcwalton pcwalton closed this Nov 8, 2012
calebcartwright pushed a commit to calebcartwright/rust that referenced this pull request Mar 30, 2022
* Fix some possible panics when using `--check` with stdin.

One case which doesn't work is when there are only line ending fixes;
with stdin rustfmt is unable to detect the difference as it stores
the input with Unix line endings.

* Add test for `rustfmt --check -l` with stdin.
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Sep 29, 2024
Android: Fixed tests for libc time API

Closes rust-lang#3888.

There's nothing to do, really. All of the API is already supported by `miri`, but I just tweaked tests a bit to match the data structures and functions from `bionic`.
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.

2 participants