-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
pretty-printer screws up recs #672
Comments
This is a problem with printing literals in general. I made some changes to that code today that may have broken things. |
brson
added a commit
that referenced
this issue
Jul 12, 2011
The pos variable is one character beyond where I thought it was.
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add syscall table for x86 and x86_64 I'm wondering if we should use `SYS_write` or `__NR_write`. Both are available to C programs.
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
I'd rather avoid the duplication, this is discussed in rust-lang#707.
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Port rust-lang#672 and rust-lang#686 to Android. I'd rather avoid the duplication, but this is discussed in rust-lang#707.
marysaka
pushed a commit
to sunriseos/rust
that referenced
this issue
Oct 20, 2019
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
Workaround for rust-lang#672
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
Fixes rust-lang#672
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
This resolves rust-lang#664. I added an argument to rmc and cargo rmc (--tests) to allow users to target test harnesses as their verification function.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
becomes
IOW "1234" becomes "234)".
The text was updated successfully, but these errors were encountered: