feat(rust): introduce a plug-in mechanism for rust modules #8767
Annotations
2 errors and 6 warnings
|
Build tests
The operation was canceled.
|
Build tests:
rust/lance/src/plugin.rs#L27
`extern` fn uses type `dyn PluginInstance`, which is not FFI-safe
|
Build tests:
rust/lance/src/plugin.rs#L28
`extern` fn uses type `dyn PluginInstance`, which is not FFI-safe
|
Build tests:
rust/lance/src/plugin.rs#L27
`extern` fn uses type `dyn plugin::PluginInstance`, which is not FFI-safe
|
Build tests:
rust/lance/src/plugin.rs#L28
`extern` fn uses type `dyn plugin::PluginInstance`, which is not FFI-safe
|
Build tests:
rust/lance/src/plugin/test_plugin.rs#L29
`extern` fn uses type `dyn PluginInstance`, which is not FFI-safe
|
Build tests:
rust/lance/src/plugin/test_plugin.rs#L35
`extern` fn uses type `dyn PluginInstance`, which is not FFI-safe
|
Loading