mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Moved and rename issue-50411 to tests/ui/mir/inliner-double-elaborate
* Move issue-50411 to tests/ui/mir/inliner-double-elaborate * Addded the link for the issue to inliner-double-elaborate.rs * Fix tidy issues * Renamed to inliner-double-elaborate.rs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Regression test for #50411: the MIR inliner was causing problems
|
||||
// Regression test for https://github.com/rust-lang/rust/issues/50411: the MIR inliner was causing problems
|
||||
// here because it would inline promoted code (which had already had
|
||||
// elaborate-drops invoked on it) and then try to elaboate drops a
|
||||
// second time. Uncool.
|
||||
Reference in New Issue
Block a user