]> git.lizzy.rs Git - rust.git/blob - tests/ui/ffi_const2.stderr
Rollup merge of #107740 - oli-obk:lock_tcx, r=petrochenkov
[rust.git] / tests / ui / ffi_const2.stderr
1 error[E0757]: `#[ffi_const]` function cannot be `#[ffi_pure]`
2   --> $DIR/ffi_const2.rs:4:5
3    |
4 LL |     #[ffi_pure]
5    |     ^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0757`.