mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
error: generic `Self` types are currently not permitted in anonymous constants
|
|
--> $DIR/issue-47814.rs:8:32
|
|
|
|
|
LL | pub fn to_buffer() -> [u8; Self::LENGTH] {
|
|
| ^^^^
|
|
|
|
|
note: not a concrete type
|
|
--> $DIR/issue-47814.rs:5:10
|
|
|
|
|
LL | impl<'a> ArpIPv4<'a> {
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|