diff options
| author | Oli Scherer <github35764891676564198441@oli-obk.de> | 2021-03-05 09:32:47 +0000 |
|---|---|---|
| committer | Oli Scherer <github35764891676564198441@oli-obk.de> | 2021-03-05 09:33:01 +0000 |
| commit | 9a2362e5a96d2469d65a64d7b0b422b48fc2b4ee (patch) | |
| tree | a29a5df67d3551a7ed74ae41910b26e6a1366cb5 /compiler/rustc_codegen_cranelift/src/lib.rs | |
| parent | f31481368bb64725bd2741636bf2c5fc4378ec30 (diff) | |
| download | rust-9a2362e5a96d2469d65a64d7b0b422b48fc2b4ee.tar.gz rust-9a2362e5a96d2469d65a64d7b0b422b48fc2b4ee.zip | |
Shrink the size of Rvalue by 16 bytes
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs index 1480ab25133..33158d89d30 100644 --- a/compiler/rustc_codegen_cranelift/src/lib.rs +++ b/compiler/rustc_codegen_cranelift/src/lib.rs @@ -5,6 +5,7 @@ associated_type_bounds, never_type, try_blocks, + box_patterns, hash_drain_filter )] #![warn(rust_2018_idioms)] |
