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.
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: