summary refs log tree commit diff
path: root/src/test/ui/consts/min_const_fn
AgeCommit message (Expand)AuthorLines
2018-08-31Add test that min const fns can't call unstable min const fns even with the f...Oliver Schneider-2/+16
2018-08-31Libstd only has `min_const_fn` const fnsOliver Schneider-0/+38
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-0/+857