X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Frustc_codegen_cranelift%2Fsrc%2Flib.rs;h=33158d89d30bce0c58f41871130a7f9c8bf7dc79;hb=9a2362e5a96d2469d65a64d7b0b422b48fc2b4ee;hp=1480ab251337822c6f2333c59a1d4eebf1c59db5;hpb=46f9253098ce2793c57e28bf3f79ace0946ccb3e;p=rust.git 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)]