Home
last modified time | relevance | path

Searched defs:LoadPluginError (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_plugin_impl/src/
Derrors.rs8 pub struct LoadPluginError { struct
10 pub span: Span,
11 pub msg: String,
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dms_context.h223 using LoadPluginError = std::string (*)(); variable