Module rustc_middle::ty::list[][src]

Structs

A wrapper for slices with the additional invariant that the slice is interned and no other slice with the same contents can exist in the same context. This means we can use pointer for both equality comparisons and hashing.

Foreign Types

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