]> git.lizzy.rs Git - rust.git/commit
Add bound_explicit_item_bounds and bound_item_bounds
authorJack Huey <31162821+jackh726@users.noreply.github.com>
Wed, 11 May 2022 02:28:50 +0000 (22:28 -0400)
committerJack Huey <31162821+jackh726@users.noreply.github.com>
Sat, 14 May 2022 14:16:49 +0000 (10:16 -0400)
commit91afd0263269c44d57fe127f4c20748b5747113b
tree2d3082011fd1fe4c5e4da1947588f482c5b1b607
parent0247faed2980a858e04fa57f78d585c8b066948d
Add bound_explicit_item_bounds and bound_item_bounds
compiler/rustc_infer/src/infer/error_reporting/mod.rs
compiler/rustc_infer/src/infer/opaque_types.rs
compiler/rustc_middle/src/ty/print/pretty.rs
compiler/rustc_middle/src/ty/sty.rs
compiler/rustc_middle/src/ty/util.rs
compiler/rustc_trait_selection/src/traits/project.rs
compiler/rustc_trait_selection/src/traits/select/confirmation.rs
compiler/rustc_trait_selection/src/traits/select/mod.rs
compiler/rustc_typeck/src/astconv/mod.rs
compiler/rustc_typeck/src/check/closure.rs
compiler/rustc_typeck/src/check/compare_method.rs