diff options
| author | kadmin <julianknodt@gmail.com> | 2021-02-26 16:42:51 +0000 |
|---|---|---|
| committer | kadmin <julianknodt@gmail.com> | 2021-03-09 19:31:31 +0000 |
| commit | 4bceb294f419066e98cab9a953a43ddeaea5494a (patch) | |
| tree | 445f73f258797c10265a730396a36b71d406b0e9 /compiler/rustc_codegen_cranelift | |
| parent | 217ff6b7ea5ca80b01ee1436914a061ed190d8a8 (diff) | |
| download | rust-4bceb294f419066e98cab9a953a43ddeaea5494a.tar.gz rust-4bceb294f419066e98cab9a953a43ddeaea5494a.zip | |
Clean up todos
Also add some span_bugs where it is unreachable
Diffstat (limited to 'compiler/rustc_codegen_cranelift')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs index fae71fef9e6..8edb883ccb5 100644 --- a/compiler/rustc_codegen_cranelift/src/lib.rs +++ b/compiler/rustc_codegen_cranelift/src/lib.rs @@ -11,7 +11,6 @@ #![warn(rust_2018_idioms)] #![warn(unused_lifetimes)] #![warn(unreachable_pub)] -#![feature(box_patterns)] extern crate snap; #[macro_use] |
