rust/tests/ui/error-codes/E0511.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
319 B
Plaintext
Raw Normal View History

2018-02-08 03:35:35 +00:00
error[E0511]: invalid monomorphization of `simd_add` intrinsic: expected SIMD input type, found non-SIMD `i32`
--> $DIR/E0511.rs:10:14
2018-02-08 03:35:35 +00:00
|
2019-03-09 12:03:44 +00:00
LL | unsafe { simd_add(0, 1); }
2018-02-08 03:35:35 +00:00
| ^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0511`.