about summary refs log tree commit diff
path: root/src/test/run-pass/mutable-huh-variance-vec2.rs
AgeCommit message (Collapse)AuthorLines
2011-11-16rustc: Accept 'const' as synonym for 'mutable?'Brian Anderson-1/+1
2011-10-18Immutable and mutable? are covariant on their inner typesBrian Anderson-0/+13
Whereas [mutable T] is invariant with respect to T, [T] and [mutable? T] are covariant with respect to T.