1 2 3 4 5 6 7
// File with intentional syntax errors for testing error handling use serde::{Deserialize, Serialize}; #[command] pub fn broken_function( { // Missing parameter and body }