1
Fork 0

Mark const_trait_impl as active

This commit is contained in:
Deadbeef 2021-07-16 11:54:00 +08:00
parent b1f8e27b74
commit 8841a426e5
No known key found for this signature in database
GPG key ID: 6525773485376D92
38 changed files with 24 additions and 47 deletions

View file

@ -1,5 +1,5 @@
error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants
--> $DIR/call-const-trait-method-fail.rs:25:5
--> $DIR/call-const-trait-method-fail.rs:24:5
|
LL | a.plus(b)
| ^^^^^^^^^