More cleanups to commits for issue #1393#1537
Closed
kevina wants to merge 3 commits intorust-lang:masterfrom
Closed
More cleanups to commits for issue #1393#1537kevina wants to merge 3 commits intorust-lang:masterfrom
kevina wants to merge 3 commits intorust-lang:masterfrom
Conversation
values set and that it is possible to cast them to scalar values.
Partly fixes issue rust-lang#1510. "rustc --pretty=typed" fails.
Remove disr_val from ast::variant_ and always use ty::variant_info when the value is needed. Move what was done during parsing into other passes, primary typeck.rs. This move also correctly type checks the disr. value expression; thus, fixing rustc --pretty=typed when disr. values are used.
Contributor
|
Merged. I had already picked 29eadc33186dd1dffd2813c2b220c1dff258eeac into my branch as I was working on #1532, so the order of the patches got shuffled around a bit. |
kevina
added a commit
to kevina/rust
that referenced
this pull request
Jan 17, 2012
Mostly updates to the comments and docs from Pull Request rust-lang#1537.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this pull request
Jun 4, 2024
) * docs: add conc playback sub-section to getting started * refactor: change exe-trace name in Kani flags * refactor: initial change over to new flags * refactor: change exe_trace in Kani lib * more Kani lib name updates * update feature flag in docs * bunch more name changes * change det val to concrete val * fix wording * update arg desc * make output_filename_opt more clean * more renaming * more det renaming in kani lib * address some of Celina's comments * remove all the rename changes * some more updates * change tense from 'user' to 'you' * make setup section more clear * update doc structure to debug verif fails * turn options into bullets * add enable-unstable * add example * add to example * add mode description to args * add link to milestone
bjorn3
added a commit
to bjorn3/rust
that referenced
this pull request
Nov 2, 2024
Don't panic about debug info for Arm64 Windows unwind info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The commits: