externref-macro 0.2.0

Proc macro for `externref`
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: exported function must be marked with `extern "C"`
 --> tests/ui/item_without_abi.rs:4:5
  |
4 | pub fn test() {
  |     ^^^^^^^^^

error: foreign module must be marked with `extern "C"`
 --> tests/ui/item_without_abi.rs:9:1
  |
9 | extern {
  | ^^^^^^