summaryrefslogtreecommitdiffstats
path: root/tests/ui/ffi_returns_twice.stderr
blob: 2b7f5694f02069b12a51cf0ecdf512ef5ee13a6a (plain)
1
2
3
4
5
6
7
8
9
error[E0724]: `#[ffi_returns_twice]` may only be used on foreign functions
  --> $DIR/ffi_returns_twice.rs:4:1
   |
LL | #[ffi_returns_twice]
   | ^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

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