• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

main()1 fn main() {
2     match 3 {
3         t if match t {
4             _ => true,
5         } => {},
6         _ => {}
7     }
8 }
9