2017-12-06 09:27:47 +01:00
|
|
|
error: use of SIMD type `LocalSimd` in FFI is highly experimental and may result in invalid code
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/feature-gate-simd-ffi.rs:9:17
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | fn baz() -> LocalSimd;
|
2017-12-06 09:27:47 +01:00
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2019-07-07 11:37:34 +02:00
|
|
|
= help: add `#![feature(simd_ffi)]` to the crate attributes to enable
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
|
|
error: use of SIMD type `LocalSimd` in FFI is highly experimental and may result in invalid code
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/feature-gate-simd-ffi.rs:10:15
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | fn qux(x: LocalSimd);
|
2017-12-06 09:27:47 +01:00
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2019-07-07 11:37:34 +02:00
|
|
|
= help: add `#![feature(simd_ffi)]` to the crate attributes to enable
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|