-
Notifications
You must be signed in to change notification settings - Fork 1.8k
internal: Add proc-macro-test crate back to the main workspace #16248
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
Conversation
@bors r+ |
☀️ Test successful - checks-actions |
I suspect that this is not the right fix, but I might be wrong. Let's wait and see. |
|
[dev-dependencies]
proc-macro-test.path = "./proc-macro-test"
[features]
sysroot-abi = ["proc-macro-test/sysroot-abi"] Do we have to remove this dev-dependency somehow? |
I think we can drop the feature flag (in the test crate), its not like you can test the server without it anyways. |
Actually its not that simple since the build script still needs to run on stable ... |
Should fix #16194