Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've already performed this change in the merged PR #154615 (see file tests/ui/layout/opt-repr-i32-min.rs).

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//@ run-pass
//Tests enum with full i-32 range discriminants roundtrip correctly through option and casting.
//https://github.com/rust-lang/rust/issues/49973
#[derive(Debug)]
#[repr(i32)]
enum E {
Expand Down
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've already performed this change in the merged PR #154230 (tests/ui/mir/inliner-double-elaborate.rs).

Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading