]> git.lizzy.rs Git - rust.git/commit
Fix bad caching of `~const Drop` bounds
authorDeadbeef <ent3rm4n@gmail.com>
Tue, 21 Dec 2021 05:23:59 +0000 (13:23 +0800)
committerDeadbeef <ent3rm4n@gmail.com>
Tue, 21 Dec 2021 05:25:43 +0000 (13:25 +0800)
commitaaaad5b46bd90047fce43672d7848c6c75ceea35
tree4f825fdfa51633e57603e083c44437e38eabcf7a
parent99b0799608b670be5fd6d4303489689c3d52c99c
Fix bad caching of `~const Drop` bounds
compiler/rustc_middle/src/ty/mod.rs
compiler/rustc_trait_selection/src/traits/select/mod.rs
src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs [new file with mode: 0644]