1 2 3 4 5 6
#[rustvello::task(concurrency = "invalid_value")] fn my_task(x: i32) -> i32 { x + 1 } fn main() {}