about summary refs log tree commit diff
path: root/src/test/codegen/enum-bounds-check-issue-82871.rs
AgeCommit message (Collapse)AuthorLines
2021-03-12Emit the enum range assumption if the range only contains one elementhi-rustin-0/+16
test: add test case make tidy happy