about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-07 15:39:08 +0100
committerGitHub <noreply@github.com>2022-12-07 15:39:08 +0100
commitb23419b03da767954ad0fb92ac3be729417cf381 (patch)
treee38f7917b8012e35f7be1aca9e2d46e1f02769b2 /library/std/src
parent52cec8c99fd65ff5cf6f2d8b3b19b1300500acbd (diff)
parent9f438bef0b0a1f9249525fc8a1230eaf78753362 (diff)
downloadrust-b23419b03da767954ad0fb92ac3be729417cf381.tar.gz
rust-b23419b03da767954ad0fb92ac3be729417cf381.zip
Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obk
normalize before handling simple checks for evaluatability of `ty::Const`

`{{{{{{{ N }}}}}}}` is desugared into a `ConstKind::Unevaluated` for an anonymous `const` item so when calling `is_const_evaluatable` on it we skip the `ConstKind::Param(_) => Ok(())` arm which is incorrect.
Diffstat (limited to 'library/std/src')
0 files changed, 0 insertions, 0 deletions