]> git.lizzy.rs Git - rust.git/commit
Allow to use super trait bounds in where clauses
authorSantiago Pastorino <spastorino@gmail.com>
Tue, 3 Nov 2020 20:07:18 +0000 (17:07 -0300)
committerSantiago Pastorino <spastorino@gmail.com>
Fri, 27 Nov 2020 14:23:47 +0000 (11:23 -0300)
commit24dcf6f7a29d7577a3c3448046d2d48b2fee59de
treede5838a155bbb04e5e9a23f3ddeb1a19a1a6404b
parent361543d776d832b42f022f5b3aa1ab77263bc4a9
Allow to use super trait bounds in where clauses
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_middle/src/ty/query/keys.rs
compiler/rustc_typeck/src/astconv/mod.rs
compiler/rustc_typeck/src/check/fn_ctxt/mod.rs
compiler/rustc_typeck/src/collect.rs
src/test/ui/associated-type-bounds/super-trait-referencing.rs [new file with mode: 0644]