Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/raw-ref-op/
Draw-ref-temp.rs11 let ref_expr = &raw const 2; //~ ERROR cannot take address in main() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dconvert_iter_for_each_to_for.rs148 let ref_expr = match iterable { in is_ref_and_impls_iter_method() localVariable
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/cx/
Dexpr.rs1048 let ref_expr = self.thir.exprs.push(Expr { in overloaded_place() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dclosure.rs362 fn ref_expr(&mut self, expr: ExprId) { in ref_expr() method