Renamings: - find -> opt_hir_node - get -> hir_node - find_by_def_id -> opt_hir_node_by_def_id - get_by_def_id -> hir_node_by_def_id Fix rebase changes using removed methods Use `tcx.hir_node_by_def_id()` whenever possible in compiler Fix clippy errors Fix compiler Apply suggestions from code review Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> Add FIXME for `tcx.hir()` returned type about its removal Simplify with with `tcx.hir_node_by_def_id` |
||
|---|---|---|
| .. | ||
| impl_trait_in_params.rs | ||
| misnamed_getters.rs | ||
| mod.rs | ||
| must_use.rs | ||
| not_unsafe_ptr_arg_deref.rs | ||
| result.rs | ||
| too_many_arguments.rs | ||
| too_many_lines.rs | ||