-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Importing modules from inside include! no longer works #70185
Comments
Regression range: f509b26...f4c675c Merge commits in that range:
|
Looks like this should be fixed by #70184? |
@jdm Yeah that should fix it. |
Confirmed fixed in Thanks for the quick response! |
This code works in the 2020-03-19 nightly:
build.rs:
lib.rs:
The resulting OUT_DIR looks like:
With the 2020-03-20 nightly, this crate generates the following output:
I suspect either #68941 or #66131.
The text was updated successfully, but these errors were encountered: