about summary refs log tree commit diff
path: root/src/test/compile-fail/const-fn-stability.rs
AgeCommit message (Collapse)AuthorLines
2017-12-07Migrate even more feature gate tests to uiest31-48/+0
We also rename some of the files to conform to the feature-gate-<feat_name>.rs pattern that is most common.
2017-01-16Move "completed feature gate checking" pass to after "name resolution" pass ↵Austin Bonander-0/+3
so proc-macro-attribute feature gate check can use resolve
2017-01-12Mark even more tests as gate testsest31-0/+2
Now, no feature outside of the whitelist is without a test marked as its gate test.
2015-05-29New tests for cross-crate usages of const fn and so forthNiko Matsakis-0/+10
2015-05-29Add feature-gate to calling const fnNiko Matsakis-1/+6
2015-05-21Make various fixes:Niko Matsakis-0/+28
- 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