about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-17718-recursive.rs
AgeCommit message (Collapse)AuthorLines
2018-02-10Remove "static item recursion checking" in favor of relying on cycle checks ↵John Kåre Alsaker-14/+0
in the query engine
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2014-10-09test: Convert statics to constantsAlex Crichton-0/+14
Additionally, add lots of tests for new functionality around statics and `static mut`.