1 2 3 4 5 6 7 8
use vibecode::vibecode; #[vibecode] pub fn my_vibecoded_function() { println!("This function has a body, which is not allowed."); } fn main() {}