summary refs log tree commit diff
path: root/src/test/run-pass/const-fn-nested.rs
AgeCommit message (Collapse)AuthorLines
2015-05-21Make various fixes:Niko Matsakis-0/+23
- add feature gate - add basic tests - adjust parser to eliminate conflict between `const fn` and associated constants - allow `const fn` in traits/trait-impls, but forbid later in type check - correct some merge conflicts