about summary refs log tree commit diff
path: root/tests/codegen/const-array.rs
AgeCommit message (Collapse)AuthorLines
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-12-28Added a codegen test for optimization with const arraysAlex Gaynor-0/+15
Closes #107208