main()1 fn main() {
2     assert!("foo");
3     //~^ ERROR cannot apply unary operator `!`
4 }
5