dotenv-rs / dotenv

Library to help supply environment variables in testing and development
MIT License
566 stars 45 forks source link

Dotenv codegen hangs forever #22

Closed oli-obk closed 5 years ago

oli-obk commented 5 years ago

An issue was opened on the rustc repo about dotenv-codegen hanging forever: https://github.com/rust-lang/rust/issues/62167

I haven't investigated, but I'd guess it's the dotenv proc macro that hangs

ZoeyR commented 5 years ago

Looks like this turned out to indeed be a rustc bug as per the conversations in the linked issues. Closing since this has been fixed upstream.