You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubstructGuess{value:i32,}implGuess{pubfnnew(value:i32) -> Guess{if value < 1 || value > 100{panic!("Guess value must be between 1 and 100, got {}.", value);}Guess{ value }}}#[cfg(test)]mod tests {usesuper::*;#[test]#[should_panic]fngreater_than_100(){// Guess::new(200);}}
just pass
The text was updated successfully, but these errors were encountered:
Can work well with #[should_panic]
just pass
The text was updated successfully, but these errors were encountered: