dialoguer icon indicating copy to clipboard operation
dialoguer copied to clipboard

error[E0195]: lifetime parameters or bounds on type `Target` do not match the trait declaration

Open simbleau opened this issue 1 year ago • 2 comments

I started getting this error. It's an issue within console, but dialoguer has a hard dependency on console. Something is messing up with lazy_static, it should probably be changed to once_cell.

Rust 1.76 stable

image

simbleau avatar Mar 09 '24 04:03 simbleau

relevant: https://github.com/hawkw/sharded-slab/issues/92

simbleau avatar Mar 10 '24 16:03 simbleau

relevant: https://github.com/rust-lang-nursery/lazy-static.rs/issues/217

simbleau avatar Mar 10 '24 17:03 simbleau