summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-negative_bounds.stderr
blob: ae010fdf3f848d1763d931c44da69b763dfd5122 (plain)
1
2
3
4
5
6
7
8
error: negative bounds are not supported
  --> $DIR/feature-gate-negative_bounds.rs:1:12
   |
LL | fn test<T: !Copy>() {}
   |            ^

error: aborting due to previous error