Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b458197

Browse files
authoredMar 21, 2020
Rollup merge of rust-lang#70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPC
Clean up E0439 explanation r? @Dylan-DPC
2 parents 5663b71 + 32670dd commit b458197

File tree

1 file changed

+3
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+3
-2
lines changed
 

‎src/librustc_error_codes/error_codes/E0439.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
The length of the platform-intrinsic function `simd_shuffle`
2-
wasn't specified. Erroneous code example:
1+
The length of the platform-intrinsic function `simd_shuffle` wasn't specified.
2+
3+
Erroneous code example:
34

45
```compile_fail,E0439
56
#![feature(platform_intrinsics)]

0 commit comments

Comments
 (0)
Please sign in to comment.