yeet type const - #162517
Conversation
|
This PR changes rustc_public cc @oli-obk, @celinval, @ouz-a, @makai410 Some changes occurred in match checking cc @Nadrieril The parser was modified, potentially altering the grammar of (stable) Rust cc @fmease HIR ty lowering was modified cc @fmease Some changes occurred in compiler/rustc_attr_ir cc @jdonszelmann, @JonathanBrouwer Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt
cc @rust-lang/rustfmt
cc @rust-lang/clippy Some changes occurred in compiler/rustc_passes/src/check_attr.rs cc @jdonszelmann, @JonathanBrouwer Some changes occurred to the CTFE machinery Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer This PR changes a file inside |
|
|
This comment has been minimized.
This comment has been minimized.
e6a7e81 to
e0f1715
Compare
This comment has been minimized.
This comment has been minimized.
e0f1715 to
bdab9e9
Compare
tracking issue: #132980
zulip thread context (design decussion of future of gca): #project-const-generics > talkies at last @ 💬
this PR does two things:
#[rustc_always_gca](bikeshed name thread: #project-const-generics > #[always_gca] bikeshed )type constsyntaxit also migrates the test suite to the syntax introduced in #162179 i.e. the new way to write
type constis nowconst ITEM: T = core::direct_const_arg!(V);(ouch my hands, that took a while)r? @BoxyUwU