about summary refs log tree commit diff
path: root/tests/ui/const-generics/transmute-fail.rs
AgeCommit message (Expand)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-27Simplify or delete normalize directives that don't care about bit-widthZalathar-2/+1
2024-09-20Normalize being an annoying little compile testJubilee Young-0/+10
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-2/+0
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-63/+63
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-3/+2
2024-03-21Sorting arbitrary constants should not be done, as it relies on `DefId` order...Oli Scherer-0/+75
2023-04-07Add feature gatekadmin-0/+1
2023-04-04Add ability to transmute with generic constskadmin-0/+34