mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
17 lines
552 B
Plaintext
17 lines
552 B
Plaintext
error: vtable entries for `<std::vec::IntoIter<u8> as A>`: [
|
|
MetadataDropInPlace,
|
|
MetadataSize,
|
|
MetadataAlign,
|
|
Method(<std::vec::IntoIter<u8> as Iterator>::next),
|
|
Method(<std::vec::IntoIter<u8> as Iterator>::size_hint),
|
|
Method(<std::vec::IntoIter<u8> as Iterator>::advance_by),
|
|
Method(<std::vec::IntoIter<u8> as Iterator>::nth),
|
|
]
|
|
--> $DIR/vtable-non-object-safe.rs:8:1
|
|
|
|
|
LL | trait A: Iterator {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|