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

test<T: !Copy>()1 fn test<T: !Copy>() {}
2 //~^ ERROR negative bounds are not supported
3 
main()4 fn main() {}
5