2024-10-02 19:42:06 +08:00
|
|
|
error[E0277]: the trait bound `S: const Foo` is not satisfied
|
2024-10-20 19:49:11 +00:00
|
|
|
--> $DIR/call-generic-method-nonconst.rs:25:22
|
2023-11-25 13:11:38 +00:00
|
|
|
|
|
|
|
|
|
LL | pub const EQ: bool = equals_self(&S);
|
2024-10-20 19:49:11 +00:00
|
|
|
| ^^^^^^^^^^^^^^^
|
2023-11-25 13:11:38 +00:00
|
|
|
|
2024-10-02 19:42:06 +08:00
|
|
|
error: aborting due to 1 previous error
|
2023-11-25 13:11:38 +00:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|