about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/generic-slice.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31/+0
2019-10-01Add test cases for #64945Dylan MacKenzie-0/+31
This also tests that `&&[]` no longer causes an ICE in this PR (although the test fails the borrow checker). This could be more complete.