@0,1,2,3,4⦊
fn might_fail_assert(one_plus_one: u32)
⦉@0,1,2,3,4
{
@0,1,2,3,4⦊
println!("does 1 + 1 = {}?", one_plus_one);
⦉@0,1,2,3,4
assert_eq!(
@0,1,2,3,4⦊
1 + 1
⦉@0,1,2,3,4
, one_plus_one,
@5,7,8,9,10,11⦊
"the argument was wrong"
⦉@5,7,8,9,10,11
);
}
@6⦊
‸
⦉@6