1 2 3 4 5 6 7
/// An unknown attribute option is rejected. #[everruns::tool(title = "nope")] async fn labelled(x: i64) -> i64 { x } fn main() {}