about summary refs log tree commit diff
path: root/tests/ui/ffi-attrs/ffi_const2.stderr
blob: d4c9bc42ec9e4d1d12e3bff6d0f19bec55620dc1 (plain)
1
2
3
4
5
6
7
8
9
error[E0757]: `#[ffi_const]` function cannot be `#[ffi_pure]`
  --> $DIR/ffi_const2.rs:4:5
   |
LL |     #[unsafe(ffi_pure)]
   |     ^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0757`.