summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/issues/issue-79674.stderr
blob: 8c029289cbb0d78e57c2903d03d81ed5146508d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0308]: mismatched types
  --> $DIR/issue-79674.rs:26:5
   |
LL |     requires_distinct("str", 12);
   |     ^^^^^^^^^^^^^^^^^ expected `true`, found `false`
   |
   = note: expected type `true`
              found type `false`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.