C-enhancementgood first issue
仓库指标
- Star
- (10,406 star)
- PR 合并指标
- (平均合并 19天 22小时) (30 天内合并 113 个 PR)
描述
I'm using this type of stuff in a -sys-crate:
unsafe extern "C" fn callback<'a>(data: *mut c_void) {
let _s = Box::from_raw(data as *mut S<'a>);
}
and this triggers unused_lifetime.
Playground with more context (also shows the #2677 issue): https://play.rust-lang.org/?gist=21a412537258ede9cbda42350501b90a&version=nightly