Closed
Description
pub fn a(_: &/*'static*/()) {}
becomes
pub fn a(_: &()) {}
any reason why this (kind of critical) bug hasn't been fixed yet? It's almost open for a year now.
Originally posted by @hellow554 in #2781 (comment)
pub fn a(_: &/*'static*/()) {}
becomes
pub fn a(_: &()) {}
any reason why this (kind of critical) bug hasn't been fixed yet? It's almost open for a year now.
Originally posted by @hellow554 in #2781 (comment)