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