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