]> git.lizzy.rs Git - rust.git/commit
nll: correctly deal with bivariance
authorlcnr <rust@lcnr.de>
Mon, 14 Nov 2022 16:42:46 +0000 (17:42 +0100)
committerlcnr <rust@lcnr.de>
Tue, 15 Nov 2022 12:34:08 +0000 (13:34 +0100)
commit45f441a7b41d09bb78b0ba3e260d2c868ef6add7
tree0ab27b9bde513532c7f3b006f74148a246e85ad1
parentca92d90b5917e7176d5ff06607a2cd5352c088d3
nll: correctly deal with bivariance
compiler/rustc_const_eval/src/interpret/eval_context.rs
compiler/rustc_const_eval/src/transform/validate.rs
compiler/rustc_infer/src/infer/nll_relate/mod.rs
compiler/rustc_mir_transform/src/inline.rs
src/test/ui/mir/important-higher-ranked-regions.rs [new file with mode: 0644]