]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 8 Dec 2021 15:08:08 +0000 (16:08 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 15:08:08 +0000 (16:08 +0100)
commit67c58327fc6c15ad7e8e15a05c8ff2314cd7ca96
tree87759e188fceedf4b9e715cea69b672936e0cacb
parent317f750ff76ae680d6891de0a5087e1aa903bc6c
parent2a95958248b243a14844cf2172edf2c3ad305670
Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk

Evaluate inline const pat early and report error if too generic

Fix #90150

````@rustbot```` label: T-compiler F-inline_const