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

f() -> isize1 fn f() -> isize { //~ ERROR mismatched types
2     // Make sure typestate doesn't interpret this match expression as
3     // the function result
4    match true { true => { } _ => {} };
5 }
6 
main()7 fn main() { }
8