diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-21 05:33:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 05:33:33 +0100 |
| commit | 832daf720a34c87d67c9c7b40fda03a1138f314b (patch) | |
| tree | c415078880f4162ea978a9a6f0c70c54e4f72e64 /src/librustc_error_codes/error_codes | |
| parent | 3e6b1ac96469061320ae1436ee99f39ae1c5ea85 (diff) | |
| parent | 32670ddd2822d2ecdcced9f2878704bceafd17c8 (diff) | |
| download | rust-832daf720a34c87d67c9c7b40fda03a1138f314b.tar.gz rust-832daf720a34c87d67c9c7b40fda03a1138f314b.zip | |
Rollup merge of #70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPC
Clean up E0439 explanation r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0439.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librustc_error_codes/error_codes/E0439.md b/src/librustc_error_codes/error_codes/E0439.md index e6da2117ac5..3e663df866c 100644 --- a/src/librustc_error_codes/error_codes/E0439.md +++ b/src/librustc_error_codes/error_codes/E0439.md @@ -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)] |
