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

main()1 fn main() {
2     static || {};
3     //~^ ERROR closures cannot be static
4 }
5