Home
last modified time | relevance | path

Searched defs:sized_trait (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dneedless_pass_by_value.rs121 let sized_trait = need!(cx.tcx.lang_items().sized_trait()); in check_fn() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/specialize/
Dmod.rs480 let sized_trait = tcx.lang_items().sized_trait(); in to_pretty_impl_header() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dhover.rs373 let sized_trait = in goto_type_action_for_def() localVariable
/third_party/rust/rust/src/librustdoc/
Dcore.rs363 let sized_trait = build_external_trait(&mut ctxt, sized_trait_did); in run_global_ctxt() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dchalk_db.rs264 let sized_trait = self in opaque_ty_data() localVariable
519 let sized_trait = db in associated_ty_data_query() localVariable
Dlower.rs1026 let sized_trait = self in lower_type_bound() localVariable
1222 let sized_trait = ctx in lower_impl_trait() localVariable
1573 let sized_trait = db in implicitly_sized_clauses() localVariable
Ddisplay.rs1378 let sized_trait = db in is_sized_trait() localVariable
1510 let sized_trait = in write_bounds_like_dyn_trait() localVariable
/third_party/rust/rust/src/librustdoc/clean/
Dauto_trait.rs441 let sized_trait = tcx.require_lang_item(LangItem::Sized, None); in param_env_to_generics() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Ddisplay.rs272 let sized_trait = in hir_fmt() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dmod.rs2729 let sized_trait = self.tcx.lang_items().sized_trait(); in maybe_suggest_unsized_generics() localVariable