console-rs / dialoguer

Rust utility library for nice command line prompts and similar things
MIT License
1.33k stars 142 forks source link

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

Open simbleau opened 8 months ago

simbleau commented 8 months ago

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 commented 8 months ago

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

simbleau commented 8 months ago

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