Clean up E0439 explanation

This commit is contained in:
Guillaume Gomez 2020-03-20 17:03:04 +01:00
parent 59f4ba9504
commit 32670ddd28

View file

@ -1,5 +1,6 @@
The length of the platform-intrinsic function `simd_shuffle`
wasn't specified. Erroneous code example:
The length of the platform-intrinsic function `simd_shuffle` wasn't specified.
Erroneous code example:
```compile_fail,E0439
#![feature(platform_intrinsics)]