1
Fork 0

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.
This commit is contained in:
kadmin 2022-06-24 08:48:07 +00:00
parent 610e1a1e05
commit 15f4eec7a9
11 changed files with 297 additions and 315 deletions

View file

@ -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)]