2020-04-14 00:21:19 +02:00
|
|
|
error[E0757]: `#[ffi_const]` function cannot be `#[ffi_pure]`
|
|
|
|
--> $DIR/ffi_const2.rs:4:5
|
|
|
|
|
|
|
|
|
LL | #[ffi_pure]
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-04-14 00:21:19 +02:00
|
|
|
|
2021-07-21 13:22:57 +01:00
|
|
|
For more information about this error, try `rustc --explain E0757`.
|