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

Fix Rust compilation errors for unused types and constant fields #4450

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

shadaj
Copy link
Collaborator

@shadaj shadaj commented Aug 21, 2023

Fix Rust compilation errors for unused types and constant fields

Also fixes runtime crashes due to a buggy transmute for tuples.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT
license
.


Stack created with Sapling. Best reviewed with ReviewStack.

@shadaj shadaj force-pushed the pr4450 branch 2 times, most recently from d25ece5 to ae7b090 Compare August 21, 2023 20:13
jtristan pushed a commit that referenced this pull request Aug 22, 2023
Implement unbounded ints/rationals in the Rust backend









<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4438).
* #4450
* __->__ #4438
@shadaj shadaj marked this pull request as ready for review August 22, 2023 16:54
@shadaj shadaj requested a review from jtristan August 22, 2023 16:54
Also fixes runtime crashes due to a buggy transmute for tuples.

<small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
@jtristan jtristan merged commit 3d71dd6 into dafny-lang:master Aug 22, 2023
@shadaj shadaj deleted the pr4450 branch August 22, 2023 19:57
keyboardDrummer pushed a commit to keyboardDrummer/dafny that referenced this pull request Sep 15, 2023
Implement unbounded ints/rationals in the Rust backend









<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4438).
* dafny-lang#4450
* __->__ dafny-lang#4438
keyboardDrummer pushed a commit to keyboardDrummer/dafny that referenced this pull request Sep 15, 2023
…ny-lang#4450)

Fix Rust compilation errors for unused types and constant fields


Also fixes runtime crashes due to a buggy transmute for tuples.

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4450).
* dafny-lang#4452
* __->__ dafny-lang#4450
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
Implement unbounded ints/rationals in the Rust backend









<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4438).
* #4450
* __->__ #4438
keyboardDrummer pushed a commit that referenced this pull request Sep 19, 2023
Fix Rust compilation errors for unused types and constant fields


Also fixes runtime crashes due to a buggy transmute for tuples.

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT

license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4450).
* #4452
* __->__ #4450
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