Skip to content

Commit

Permalink
Rollup merge of #70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0439 explanation

r? @Dylan-DPC
  • Loading branch information
Centril committed Mar 21, 2020
2 parents 3e6b1ac + 32670dd commit 832daf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/librustc_error_codes/error_codes/E0439.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 832daf7

Please sign in to comment.