You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: