about summary refs log tree commit diff
path: root/src/test/run-pass/associated-const-use-default.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-20/+0
2017-07-06remove associated_consts feature gateSean McArthur-1/+0
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-23Functional changes for associated constants. Cross-crate usage of associated ↵Sean Patrick Santos-0/+21
constants is not yet working.