You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #150039 - Zalathar:rollup-utfm5mj, r=Zalathar
Rollup of 14 pull requests
Successful merges:
- #148756 (Warn on codegen attributes on required trait methods)
- #148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- #149271 (feat: dlopen Enzyme)
- #149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- #149771 (bootstrap readme: make easy to read when editor wrapping is not enabled)
- #149856 (Provide an extended framework for type visit, for use in rust-analyzer)
- #149950 (Simplify how inline asm handles `MaybeUninit`)
- #150014 (Metadata loader cleanups)
- #150021 (document that mpmc channels deliver an item to (at most) one receiver)
- #150022 (Generate macro expansion for rust compiler crates docs)
- #150029 (Update books)
- #150031 (assert impossible branch is impossible)
- #150034 (do not add `I-prioritize` when `F-*` labels are present)
- #150036 (Use the embeddable filename for coverage artifacts)
r? `@ghost`
`@rustbot` modify labels: rollup
// Adapted from https://github.com/rust-lang/rust/blob/f3c66088610c1b80110297c2d9a8b5f9265b013f/compiler/rustc_hir_analysis/src/check/intrinsicck.rs#L136-L151
860
+
// Adapted from https://github.com/rust-lang/rust/blob/df44a57fd29fca899ce473f85ed64efd0708dd7c/compiler/rustc_hir_typeck/src/inline_asm.rs#L180-L183
0 commit comments