1
Fork 0

Don't inline drop shims with unsubstituted generic consts in MIR inliner

This commit is contained in:
Michael Goulet 2024-06-28 10:18:13 -04:00
parent 90c2b238e6
commit f17b27b301
3 changed files with 12 additions and 262 deletions

View file

@ -1,8 +1,5 @@
//@ compile-flags: -Zinline-mir=yes --crate-type=lib
//@ known-bug: unknown
//@ build-fail
//@ failure-status: 101
//@ build-pass
use std::mem::ManuallyDrop;