-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Code behaves differently when inside macro when using nightly #77532
Comments
@Mark-Simulacrum the reporter says this works on stable but not on beta. cc @rust-lang/release |
Hmm, wait, I can't reproduce on stable, beta nor nightly. @pac85 does it still return an error if you remove the target directory first? |
Do we have the panic message? There were several macro-related breaking changes this cycle, I think. I won't have a chance to try to reproduce locally or minimize for a bit, @rustbot ping cleanup - could we get a bisection and/or mcve? |
Error: Parsing ping command in comment failed: ...'ng cleanup' | error: expected end of command at >| ' - could w'... Please let |
Error message
|
I think this is the same as #76980. For some reason, shaderc-sys is experiencing some corruption when running within |
Ok, I was running |
@rustbot ping cleanup |
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good cc @AminArria @camelid @chrissimpkins @contrun @DutchGhost @elshize @ethanboxx @h-michael @HallerPatrick @hdhoang @hellow554 @imtsuki @JamesPatrickGill @kanru @KarlK90 @LeSeulArtichaut @MAdrianMattocks @matheus-consoli @mental32 @nmccarty @Noah-Kennedy @pard68 @PeytonT @pierreN @Redblueflame @RobbieClarken @RobertoSnap @robjtede @SarthakSingh31 @shekohex @sinato @smmalis37 @spastorino @Stupremee @tamuhey @turboladen @woshilapin @yerke |
@pietroalbini I don't think that is necessary. This is a duplicate of #76980, and has already been bisected to #73526. |
I had a problem while using vulkano-shaders, I narrowed the problem down to this example.
https://gitlab.com/pac85/shaderc-test
I couldn't pin point the exact problem.
If you run the test with the stable compiler everything is fine, if you use nightly the macro panics.
If you take the code inside the macro and run it normally it runs just fine.
The text was updated successfully, but these errors were encountered: