-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Don't attempt to compute layout of type referencing error #113773
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #113166) made this pull request unmergeable. Please resolve the merge conflicts. |
b938aa6
to
131aeea
Compare
@bors r+ rollup |
📌 Commit 131aeea7dce0d157d0a0dcd0b081c0a59d868a22 has been approved by It is now in the queue for this repository. |
This comment has been minimized.
This comment has been minimized.
@bors r- lemme fix that test, fallout from failing layout computation i guess 🤔 |
131aeea
to
d45eb41
Compare
r? @cjgillot could use a tiny look at that last commit, it's there to suppress the CTFE errors from the more aggressive layout_of bailing. |
@bors r+ |
…=cjgillot Don't attempt to compute layout of type referencing error Leads to more ICEs and strange diagnostics than are worth it. Fixes rust-lang#113760
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#113773 (Don't attempt to compute layout of type referencing error) - rust-lang#114107 (Prevent people from assigning me as a PR reviewer) - rust-lang#114124 (tests/ui/proc-macro/*: Migrate FIXMEs to check-pass) - rust-lang#114171 (Fix switch-stdout test for none unix/windows platforms) - rust-lang#114172 (Fix issue_15149 test for the SGX target) - rust-lang#114173 (btree/map.rs: remove "Basic usage" text) - rust-lang#114174 (doc: replace wrong punctuation mark) r? `@ghost` `@rustbot` modify labels: rollup
Leads to more ICEs and strange diagnostics than are worth it.
Fixes #113760