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

negative() where i32: !Copy,1 fn negative()
2 where
3     i32: !Copy,
4 {
5 }
6 
maybe_const_negative() where i32: ~const !Copy,7 fn maybe_const_negative()
8 where
9     i32: ~const !Copy,
10 {
11 }
12