• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: explicit ABI on extern function is not supported
2 --> tests/ui/extern_fn_abi.rs:4:9
3  |
44 |         extern "Java" fn f();
5  |         ^^^^^^^^^^^^^
6