-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Miri shouldn't look at types #63433
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
Miri shouldn't look at types #63433
Conversation
This comment has been minimized.
This comment has been minimized.
I thought the plan was to rid ourselves of zero frame interpcontexts? |
I don't know. Nothing moved in that issue for a month so I figured I'd fix it now and not wait for however long the other project takes. When const_prop interpcontexts have a proper frame, we'll just have to adjust |
@bors r+ True |
📌 Commit 62f1e8a has been approved by |
Miri shouldn't look at types r? @oli-obk Fixes rust-lang#62137
Rollup of 8 pull requests Successful merges: - #61969 (Add #[repr(transparent)] for several types) - #62108 (Use sharded maps for queries) - #63149 (resolve: Populate external modules in more automatic and lazy way) - #63346 (Lint on some incorrect uses of mem::zeroed / mem::uninitialized) - #63433 (Miri shouldn't look at types) - #63440 (rename RUST_CTFE_BACKTRACE to RUSTC_CTFE_BACKTRACE) - #63442 (Add an example to show how to insert item to a sorted vec) - #63459 (syntax: account for CVarArgs being in the argument list.) Failed merges: r? @ghost
Miri shouldn't look at types r? @oli-obk Fixes rust-lang#62137
Rollup of 8 pull requests Successful merges: - #61969 (Add #[repr(transparent)] for several types) - #63346 (Lint on some incorrect uses of mem::zeroed / mem::uninitialized) - #63433 (Miri shouldn't look at types) - #63440 (rename RUST_CTFE_BACKTRACE to RUSTC_CTFE_BACKTRACE) - #63441 (Derive Debug for CrateInfo) - #63442 (Add an example to show how to insert item to a sorted vec) - #63453 (rustdoc: general cleanup) - #63464 (Copy ty::Instance instead of passing by reference) Failed merges: r? @ghost
r? @oli-obk
Fixes #62137