-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Description
Compiling cbindgen v0.29.0 (/usr/local/tmp/crew/cbindgen.20251109144127.dir)
warning: hiding a lifetime that's elided elsewhere is confusing
--> src/bindgen/ir/cfg.rs:19:18
|
19 | fn load(key: &str) -> DefineKey {
| ^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
19 | fn load(key: &str) -> DefineKey<'_> {
| ++++
warning: `cbindgen` (lib) generated 1 warning (run `cargo fix --lib -p cbindgen` to apply 1 suggestion)
CCwarning: `cbindgen` (bin "cbindgen") generated 1 warning (1 duplicate)
Metadata
Metadata
Assignees
Labels
No labels