1
Fork 0
rust/compiler/rustc_lint
Noah Lev 11b144aa98 hir: Create hir::ConstArgKind enum
This will allow lowering const params to a dedicated enum variant, rather
than to an `AnonConst` that is later examined during `ty` lowering.
2024-07-16 19:27:28 -07:00
..
src hir: Create hir::ConstArgKind enum 2024-07-16 19:27:28 -07:00
Cargo.toml non_local_defs: point to Self and Trait to give more context 2024-05-27 23:59:18 +02:00
messages.ftl Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk 2024-07-12 13:47:08 -07:00