mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
811eaebf7e
Remove `hir::ArrayLen` This refactoring removes `hir::ArrayLen`, replacing it with `hir::ConstArg`. To represent inferred array lengths (previously `hir::ArrayLen::Infer`), a new variant `ConstArgKind::Infer` is added. r? `@BoxyUwU`