Foreign Type rustc_middle::ty::list::OpaqueListContents

source ·
extern {
    type OpaqueListContents;
}
Expand description

A dummy type used to force List to be unsized while not requiring references to it be wide pointers.