]> git.lizzy.rs Git - rust.git/commit
allow customising ty::TraitRef's printing behavior
authorMikhail Babenko <misha-babenko@yandex.ru>
Thu, 21 Nov 2019 18:01:14 +0000 (21:01 +0300)
committerMikhail Babenko <misha-babenko@yandex.ru>
Fri, 29 Nov 2019 14:30:21 +0000 (17:30 +0300)
commitf07bd0613790080225cc7f7cc735655dcb2257f8
tree39d982215eab1f4a6cef2e5b3bbe97efaae4cc19
parentfe969f4ec67a5bd317818cbc7a648c5795af15fa
allow customising ty::TraitRef's printing behavior

fix clippy

allow customising ty::TraitRef's printing behavior

fix clippy

stylistic fix
15 files changed:
src/librustc/infer/error_reporting/mod.rs
src/librustc/infer/error_reporting/nice_region_error/placeholder_error.rs
src/librustc/infer/mod.rs
src/librustc/lint/context.rs
src/librustc/traits/error_reporting.rs
src/librustc/traits/select.rs
src/librustc/traits/specialize/mod.rs
src/librustc/traits/specialize/specialization_graph.rs
src/librustc/ty/print/pretty.rs
src/librustc/ty/structural_impls.rs
src/librustc_privacy/lib.rs
src/librustc_typeck/astconv.rs
src/librustc_typeck/check/method/suggest.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/coherence/unsafety.rs