Skip to content

Commit a416d29

Browse files
authored
Rollup merge of #70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPC
Clean up E0439 explanation r? @Dylan-DPC
2 parents 7dcf300 + 32670dd commit a416d29

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)