summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2632-const-trait-impl/issue-90052.stderr
blob: b2a9365378b332c7be1a57482be214d4ecbf420d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: `~const` is not allowed here
  --> $DIR/issue-90052.rs:6:22
   |
LL | fn foo<T>() where T: ~const Bar {}
   |                      ^^^^^^^^^^
   |
note: this function is not `const`, so it cannot have `~const` trait bounds
  --> $DIR/issue-90052.rs:6:4
   |
LL | fn foo<T>() where T: ~const Bar {}
   |    ^^^

error: aborting due to previous error