summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/dropck.rs
AgeCommit message (Expand)AuthorLines
2022-10-22Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obkbors-1/+1
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-7/+1
2022-10-18change `ConstEvaluatable` to use `ty::Const`lcnr-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+329