summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-negative_bounds.stderr
blob: 74b9e4bc4c867eae2bcacfc1840ee1bbc6d7064a (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 1 previous error