mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 12:07:40 +00:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
![]() |
error: const trait implementations may not use default functions
|
||
|
--> $DIR/impl-with-default-fn.rs:15:1
|
||
|
|
|
||
|
LL | / impl const Tr for S {
|
||
|
LL | | fn req(&self) {}
|
||
|
LL | | }
|
||
|
| |_^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|