diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-12-05 12:51:19 -0500 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2025-01-27 23:48:47 -0500 |
| commit | bf9df97660f2360bff4acf5231c5396eeaf1d3db (patch) | |
| tree | aa65e88696016d9ed9f42555e7781f0cebbcfad0 /tests/codegen-units/item-collection/tuple-drop-glue.rs | |
| parent | ed43cbcb882e7c06870abdd9305dc1f17eb9bab9 (diff) | |
| download | rust-bf9df97660f2360bff4acf5231c5396eeaf1d3db.tar.gz rust-bf9df97660f2360bff4acf5231c5396eeaf1d3db.zip | |
Remove -Zinline-in-all-cgus and clean up CGU partitioning tests
Diffstat (limited to 'tests/codegen-units/item-collection/tuple-drop-glue.rs')
| -rw-r--r-- | tests/codegen-units/item-collection/tuple-drop-glue.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/codegen-units/item-collection/tuple-drop-glue.rs b/tests/codegen-units/item-collection/tuple-drop-glue.rs index 2e70d0151eb..5e97fbb4336 100644 --- a/tests/codegen-units/item-collection/tuple-drop-glue.rs +++ b/tests/codegen-units/item-collection/tuple-drop-glue.rs @@ -1,6 +1,5 @@ -// //@ compile-flags:-Zprint-mono-items=eager -//@ compile-flags:-Zinline-in-all-cgus +//@ compile-flags: -O #![deny(dead_code)] #![crate_type = "lib"] |
