We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is actually a really easy one. Instead of println, return a ~str and assert_eq!(f1(@"a"), "found a").
~str
assert_eq!(f1(@"a"), "found a")