commure / sourcegen

🐠Like procedural macro, but generates sources! 🐡
Apache License 2.0
30 stars 4 forks source link

🔍Detect stray `#[sourcegen::generated]` attributes #20

Open idubrov opened 5 years ago

idubrov commented 5 years ago

sourcegen need to detect and complain about "stray" #[sourcegen::generated] attributes if they were split off the main #[sourcegen::sourcegen(..)] attribute.

Currently it fails complaining it does not see generator attribute. Instead, it should give an explanation what's going on and how to fix it.