Home
last modified time | relevance | path

Searched defs:ty_string (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Dtype.rs245 let ty_string = x.display_source_code(ctx.db, ctx.module.into(), true).ok()?; in complete_ascribed_type() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/operators/
Darithmetic_side_effects.rs90 let ty_string = ty.to_string(); in has_allowed_unary() localVariable