rust/src/librustc_trait_selection/traits
Dylan DPC 89d661f15d
Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay
Don't import integer and float modules, use assoc consts 2

Follow up to #70777. I missed quite a lot of places. Partially because I wanted to keep the size of the last PR down, and partially because my regexes were not good enough :)

r? @dtolnay
2020-04-07 14:46:59 +02:00
..
codegen rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
error_reporting Rollup merge of #70821 - rkuhn:expose_suggestions_InferCtxtExt, r=eddyb 2020-04-07 00:31:39 +02:00
query rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
specialize Sync `Instance::resolve` with the projection code 2020-03-30 19:46:15 +02:00
auto_trait.rs Use if let instead of match when only matching a single variant (clippy::single_match) 2020-03-30 10:52:29 +02:00
coherence.rs ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. 2020-04-06 21:55:51 +03:00
engine.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
fulfill.rs ty: switch `Ty::walk` from `Ty` to `GenericArg`. 2020-04-06 21:55:50 +03:00
misc.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
mod.rs use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
object_safety.rs Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay 2020-04-07 14:46:59 +02:00
on_unimplemented.rs use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
project.rs Minor follow-up after renaming librustc(_middle) 2020-04-03 19:03:13 +09:00
select.rs Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay 2020-04-07 14:46:59 +02:00
structural_match.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
util.rs Rollup merge of #70641 - estebank:dedup-code, r=nikomatsakis 2020-04-03 22:55:08 +02:00
wf.rs ty: switch `Ty::walk` from `Ty` to `GenericArg`. 2020-04-06 21:55:50 +03:00