Skip to content

Commit 32670dd

Browse files
Clean up E0439 explanation
1 parent 59f4ba9 commit 32670dd

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)