1 2 3 4 5 6 7
use mwbot::generators::Generator; #[derive(Generator)] #[params(dummy = "foo")] struct MissingGenerator {} fn main() {}