]> git.lizzy.rs Git - rust.git/commit
Allow marker types to have unsized parameters
authorKevin Ballard <kevin@sb.org>
Fri, 19 Dec 2014 02:31:29 +0000 (18:31 -0800)
committerKevin Ballard <kevin@sb.org>
Fri, 19 Dec 2014 09:12:57 +0000 (01:12 -0800)
commit14a5992ef614a76cd36972191ea4507a3d3daccb
tree0b961b6d9cb6e648c525349191a8402a85bc4e5c
parent6bdce25e155d846bb9252fa4a18baef7e74cf8bf
Allow marker types to have unsized parameters

Tweak CovariantType, ContravariantType, and InvariantType to allow their
type parameter to be unsized.
src/libcore/kinds.rs