diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-02-11 07:17:16 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-02-11 07:17:16 +0000 |
| commit | 2d8b8f359312210e34b251906179484ffc7287c6 (patch) | |
| tree | d6ae4df9b5928aa69d505162652e4d397dfe181e /compiler/rustc_infer/src | |
| parent | 7a71b7a99e6744097c1882a785f88e1aac3acfa0 (diff) | |
| download | rust-2d8b8f359312210e34b251906179484ffc7287c6.tar.gz rust-2d8b8f359312210e34b251906179484ffc7287c6.zip | |
Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"
This reverts commit 1f0a96862ac9d4c6ca3e4bb500c8b9eac4d83049, reversing changes made to bf242bb1199e25ca2274df5c4114e0c9436b74e9.
Diffstat (limited to 'compiler/rustc_infer/src')
| -rw-r--r-- | compiler/rustc_infer/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs index f4df86e2ac7..ae79e14db18 100644 --- a/compiler/rustc_infer/src/lib.rs +++ b/compiler/rustc_infer/src/lib.rs @@ -22,7 +22,6 @@ #![feature(control_flow_enum)] #![feature(min_specialization)] #![feature(label_break_value)] -#![feature(backtrace)] #![recursion_limit = "512"] // For rustdoc #![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))] |
