• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 static mut a: Box<isize> = Box::new(3);
2 //~^ ERROR cannot call non-const fn
3 
main()4 fn main() {}
5