diff options
| author | Ben Kimock <kimockb@gmail.com> | 2023-03-24 17:04:05 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2023-04-07 15:46:45 -0400 |
| commit | 354177504757c3b79e38daa3f6c81004470f455f (patch) | |
| tree | a537ec50df75c61dc93fcea9c74a9abd064d37c5 /tests/codegen-units/item-collection/trait-implementations.rs | |
| parent | e88e2af959559220412e21f66e9063aeed2f7a8b (diff) | |
| download | rust-354177504757c3b79e38daa3f6c81004470f455f.tar.gz rust-354177504757c3b79e38daa3f6c81004470f455f.zip | |
Turn off inlining for codegen-unit tests
Diffstat (limited to 'tests/codegen-units/item-collection/trait-implementations.rs')
| -rw-r--r-- | tests/codegen-units/item-collection/trait-implementations.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen-units/item-collection/trait-implementations.rs b/tests/codegen-units/item-collection/trait-implementations.rs index a816cb03241..ad0ed7da28e 100644 --- a/tests/codegen-units/item-collection/trait-implementations.rs +++ b/tests/codegen-units/item-collection/trait-implementations.rs @@ -1,4 +1,4 @@ -// compile-flags:-Zprint-mono-items=eager +// compile-flags:-Zprint-mono-items=eager -Zinline-mir=no #![deny(dead_code)] #![feature(start)] |
