cargo rustc --manifest-path ./engine/Cargo.toml --bin engine --release   -- -C target-cpu=native --emit link=Tcheran-04923064
   Compiling shlex v1.3.0
   Compiling find-msvc-tools v0.1.9
   Compiling libc v0.2.186
   Compiling cc v1.2.61
   Compiling engine v13.0.0-dev (/tmp/tmpbahnam0g/Tcheran/Tcheran-tmp/engine)
   Compiling atomic-wait v1.1.0
error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:12:5
   |
12 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:18:5
   |
18 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:24:5
   |
24 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:30:5
   |
30 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:36:5
   |
36 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:42:5
   |
42 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:48:5
   |
48 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:58:5
   |
58 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

error[E0658]: cannot use `#[inline(always)]` with `#[target_feature]`
  --> engine/src/engine/eval/simd/avx512.rs:64:5
   |
64 |     #[inline(always)]
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: see issue #145574 <https://github.com/rust-lang/rust/issues/145574> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `engine` (lib) due to 9 previous errors
make: *** [Makefile:22: openbench] Error 101