Closed
Description
The CI build of my project Sausagewiki has started failing with the beta compiler channel. See the build log output:
error[E0433]: failed to resolve. Use of undeclared type or module `articles`
--> src/state.rs:326:22
|
326 | #[derive(Insertable)]
| ^^^^^^^^^^ Use of undeclared type or module `articles`
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 procedural derive
macros.