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

pp non-convergence: empty line becomes two empty lines #759

Closed
jruderman opened this issue Jul 28, 2011 · 0 comments
Closed

pp non-convergence: empty line becomes two empty lines #759

jruderman opened this issue Jul 28, 2011 · 0 comments
Labels
A-pretty Area: Pretty printing (including `-Z unpretty`)

Comments

@jruderman
Copy link
Contributor

fn a() -> uint {

    1u
}

becomes

fn a() -> uint {


    1u
}
@ghost ghost assigned brson Aug 1, 2011
@brson brson closed this as completed in 3eef999 Aug 3, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Add timerfd API on Linux

This change adds the Linux-specific timerfd API to libc.

```C
#include <sys/timerfd.h>

int timerfd_create(int clockid, int flags);
int timerfd_gettime(int fd, struct itimerspec *curr_value);
int timerfd_settime(int fd, int flags,
                    const struct itimerspec *new_value,
                    struct itimerspec *old_value);
```

The timerfd API has been available since kernel 2.6.25 and in glibc since version 2.8.

I'm not sure if I put the changes in the right places, so please review with great care.
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
assignment operator expressions -> compound assignment expressions
bors pushed a commit to rust-lang-ci/rust that referenced this issue Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-pretty Area: Pretty printing (including `-Z unpretty`)
Projects
None yet
Development

No branches or pull requests

2 participants