]> git.lizzy.rs Git - rust.git/commit
Modify existing bounds if they exist
authorEdward Shen <code@eddie.sh>
Sun, 5 Feb 2023 01:09:19 +0000 (17:09 -0800)
committerEdward Shen <xes@meta.com>
Mon, 6 Feb 2023 19:26:36 +0000 (11:26 -0800)
commitaf5a37e8440c503b5bb89ec94199f036d772b9e8
treedd5dfbb46941c1027d7be39a6db81e716ae13122
parent044a28a4091f2e1a5883f7fa990223f8b200a2cd
Modify existing bounds if they exist
13 files changed:
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_const_eval/src/transform/check_consts/ops.rs
compiler/rustc_hir_analysis/src/coherence/builtin.rs
compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs
compiler/rustc_infer/src/infer/error_reporting/note_and_explain.rs
compiler/rustc_middle/src/ty/diagnostics.rs
compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs
tests/ui/associated-types/hr-associated-type-projection-1.stderr
tests/ui/generic-associated-types/issue-68656-unsized-values.stderr
tests/ui/generic-associated-types/missing-bounds.fixed
tests/ui/generic-associated-types/missing-bounds.stderr
tests/ui/suggestions/restrict-existing-type-bounds.rs [new file with mode: 0644]
tests/ui/suggestions/restrict-existing-type-bounds.stderr [new file with mode: 0644]