about summary refs log tree commit diff
path: root/src/test/ui/const_evaluatable/needs_where_clause.rs
AgeCommit message (Collapse)AuthorLines
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-14/+0
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
:sparkles:
2021-02-02Add better diagnostic for missing where clausekadmin-0/+14
Previously, it's not clear what exactly should be added in the suggested where clause, so this adds an example to demonstrate.