-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly Rust hangs forever with a simple 2-line dotenv_codegen and println! #62167
Comments
unnominating, I'm guessing it's a |
What's |
librustc_driver hangs while joining on a thread stuck as
|
@jonas-schievink The https://github.com/brainstorm/dotenv-codegen-rustc-hang/blob/master/.env |
@oli-obk After poking around it for a few minutes, it seems like https://github.com/dtolnay/proc-macro-hack, a dotenv dependency, is the culprit instead of dotenv-rs/dotenv#22... but in any case, shouldn't |
The offending code is just a dotenv macro inside a
println!
macro:Just clone the following repository and run
cargo build
:https://github.com/brainstorm/dotenv-codegen-rustc-hang
Stays on
Building
forever:Meta
The text was updated successfully, but these errors were encountered: