Rollup merge of #70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPC
Clean up E0439 explanation r? @Dylan-DPC
This commit is contained in:
commit
832daf720a
1 changed files with 3 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue