summary refs log tree commit diff
path: root/src/test/run-pass/associated-const-match-patterns.rs
AgeCommit message (Expand)AuthorLines
2015-05-13Allow `T::C` syntax in match patterns to refer to trait-assosociated constants.Sean Patrick Santos-0/+4
2015-04-24Remove obsolete "MarkerTrait" from tests.Sean Patrick Santos-3/+1
2015-04-23Feature-gate associated constants.Sean Patrick Santos-0/+2
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+52