rust/compiler/rustc_trait_selection/src
Yuki Okushi d4ad96cf6e
Rollup merge of #106754 - compiler-errors:ty-infer-method-is-confusing, r=lcnr
Rename `Ty::is_ty_infer` -> `Ty::is_ty_or_numeric_infer`

Makes sure people are aware that they may have a type variable *or* an int/float variable.

r? `@oli-obk` https://github.com/rust-lang/rust/pull/106322#issuecomment-1376913539 but I could instead implement your solution, let me know.

(This will conflict with #106322 for now, ignore that 😄)
2023-01-13 16:54:23 +09:00
..
solve Rollup merge of #106705 - compiler-errors:new-solver-err-properly, r=lcnr 2023-01-11 21:08:09 +01:00
traits Rollup merge of #106754 - compiler-errors:ty-infer-method-is-confusing, r=lcnr 2023-01-13 16:54:23 +09:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
infer.rs Simplify some canonical type alias names 2023-01-03 01:16:10 +00:00
lib.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00