Add a function to TyCtxt for computing an Allocation for a static item's initializer#75394
Merged
bors merged 1 commit intorust-lang:masterfrom Aug 12, 2020
Merged
Add a function to TyCtxt for computing an Allocation for a static item's initializer#75394bors merged 1 commit intorust-lang:masterfrom
TyCtxt for computing an Allocation for a static item's initializer#75394bors merged 1 commit intorust-lang:masterfrom
Conversation
Member
|
r=me after fixing CI (likely formatting) |
…c` item's initializer
Contributor
Author
|
@bors r=RalfJung |
Collaborator
|
📌 Commit 1a0a4ac has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Aug 12, 2020
Rollup of 9 pull requests Successful merges: - rust-lang#74521 (older toolchains not valid anymore) - rust-lang#74960 (Fix regionck failure when converting Index to IndexMut) - rust-lang#75234 (Update asm! documentation in unstable book) - rust-lang#75368 (Move to doc links inside the prelude) - rust-lang#75371 (Move to doc links inside std/time.rs) - rust-lang#75394 (Add a function to `TyCtxt` for computing an `Allocation` for a `static` item's initializer) - rust-lang#75395 (Switch to intra-doc links in library/std/src/os/*/fs.rs) - rust-lang#75422 (Accept more safety comments) - rust-lang#75424 (fix wrong word in documentation) Failed merges: r? @ghost
bors
added a commit
to rust-lang/miri
that referenced
this pull request
Aug 12, 2020
Bump for rustc changes rustc-side: rust-lang/rust#75394
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.
r? @RalfJung
miri-side: rust-lang/miri#1507
split out of #74949 (comment) to make that PR leaner