1
0

feat: update cdylib cstr ffi module

This commit is contained in:
2026-05-10 16:43:25 +08:00
parent 7f36375a73
commit 1a45b309e7
3 changed files with 17 additions and 10 deletions

View File

@@ -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),
}