Home
last modified time | relevance | path

Searched defs:tuple_field (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/issues/
Dissue-49955.rs13 fn tuple_field() -> &'static u32 { in tuple_field() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_struct_from_enum_variant.rs309 let tuple_field = make::tuple_field(None, ty); in update_variant() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dinline.rs698 let tuple_field = Operand::Move(tcx.mk_place_field(tuple, FieldIdx::new(i), ty)); in make_call_args() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs916 pub fn tuple_field(visibility: Option<ast::Visibility>, ty: ast::Type) -> ast::TupleField { in tuple_field() function