Rollup merge of #70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPC

Clean up E0439 explanation

r? @Dylan-DPC
This commit is contained in:
Mazdak Farrokhzad 2020-03-21 05:33:33 +01:00 committed by GitHub
commit 832daf720a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)]