diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-20 17:03:04 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-20 17:03:04 +0100 |
| commit | 32670ddd2822d2ecdcced9f2878704bceafd17c8 (patch) | |
| tree | cd4a7e9952969443229f5f9efeb2c6ef07b721af /src/librustc_error_codes | |
| parent | 59f4ba95045e91a63e921e0d736242d7e1ffabec (diff) | |
| download | rust-32670ddd2822d2ecdcced9f2878704bceafd17c8.tar.gz rust-32670ddd2822d2ecdcced9f2878704bceafd17c8.zip | |
Clean up E0439 explanation
Diffstat (limited to 'src/librustc_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)] |
