Beta breaks my project: module resolution (?) #53263
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
Uh oh!
There was an error while loading. Please reload this page.
The CI build of my project Sausagewiki has started failing with the beta compiler channel. See the build log output:
It still builds with the stable compiler, so this unfortunately looks like a regression in rustc.
This project makes substantial use of code generation in
build.rs
and with proceduralderive
macros.The text was updated successfully, but these errors were encountered: