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