1 2 3 4 5 6 7 8
error: The function body must be empty --> tests/ui/attribute/empty_function_body.rs:4:32 | 4 | pub fn my_vibecoded_function() { | ________________________________^ 5 | | println!("This function has a body, which is not allowed."); 6 | | } | |_^