Closed oli-obk closed 5 years ago
An issue was opened on the rustc repo about dotenv-codegen hanging forever: https://github.com/rust-lang/rust/issues/62167
dotenv-codegen
I haven't investigated, but I'd guess it's the dotenv proc macro that hangs
dotenv
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.
An issue was opened on the rustc repo about
dotenv-codegen
hanging forever: https://github.com/rust-lang/rust/issues/62167I haven't investigated, but I'd guess it's the
dotenv
proc macro that hangs