diff options
| author | kadmin <julianknodt@gmail.com> | 2022-06-24 08:48:07 +0000 |
|---|---|---|
| committer | kadmin <julianknodt@gmail.com> | 2023-02-07 09:37:55 +0000 |
| commit | 15f4eec7a986e6c9125ff3e0115d70aef6d5c711 (patch) | |
| tree | 67cd590dd765ce493ffe8f9d4620bc079298d429 /compiler/rustc_mir_transform/src/lib.rs | |
| parent | 610e1a1e05e7160d775f433855138f6063169c56 (diff) | |
| download | rust-15f4eec7a986e6c9125ff3e0115d70aef6d5c711.tar.gz rust-15f4eec7a986e6c9125ff3e0115d70aef6d5c711.zip | |
Leave FIXME for wasm layout difference.
There is a distinction between running this on wasm and i686, even though they should be identical. This technically is not _incorrect_, it's just an unexpected difference, which is worth investigating, but not for correctness.
Diffstat (limited to 'compiler/rustc_mir_transform/src/lib.rs')
| -rw-r--r-- | compiler/rustc_mir_transform/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/lib.rs b/compiler/rustc_mir_transform/src/lib.rs index 8cd268eb6ce..be3652dd3e7 100644 --- a/compiler/rustc_mir_transform/src/lib.rs +++ b/compiler/rustc_mir_transform/src/lib.rs @@ -1,8 +1,8 @@ #![allow(rustc::potential_query_instability)] #![feature(box_patterns)] #![feature(drain_filter)] +#![feature(box_syntax)] #![feature(let_chains)] -#![feature(let_else)] #![feature(map_try_insert)] #![feature(min_specialization)] #![feature(never_type)] |
