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