feat: update cdylib cstr ffi module
This commit is contained in:
@@ -34,7 +34,7 @@ pub enum Error {
|
||||
#[error("given extension name {0} is not presented in application")]
|
||||
BadExtName(String),
|
||||
/// Find star (*) extension name with other extension names when converting extension name to index
|
||||
#[error("given extension name {0} is not presented in application")]
|
||||
#[error("wildcard extension name \"*\" is not allowed to be used with other extension names")]
|
||||
ExclusiveStarExtName(String),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user