123 matches across 1 files for error path:src/tools/rust-analyzer/crates/hir-ty/src/mir/eval.rs
snippet_mode: auto · sorted by relevance
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval.rs RUST 123 matches · showing 5 view file →
3use std::{borrow::Cow, cell::RefCell, fmt::Write, iter, mem, ops::Range};
4
5use base_db::{Crate, target::TargetLoadError};
6use either::Either;
7use hir_def::{
· · ·
39use crate::{
40 CallableDefId, ComplexMemoryMap, InferBodyId, InferenceResult, MemoryMap, ParamEnvAndCrate,
41 consteval::{self, ConstEvalError, try_const_usize},
42 db::{GeneralConstId, HirDatabase, InternedClosureId},
43 display::{ClosureStyle, DisplayTarget, HirDisplay},
· · ·
44 infer::PointerCast,
45 layout::{Layout, LayoutError, RustcEnumVariantIdx},
46 method_resolution::{is_dyn_method, lookup_impl_const},
47 next_solver::{
· · ·
48 AliasTy, Allocation, AllocationData, Const, ConstKind, DbInterner, ErrorGuaranteed,
49 GenericArgs, Region, StoredTy, Ty, TyKind, TypingMode, UnevaluatedConst, ValTree,
50 infer::{DbInternerInferExt, InferCtxt, traits::ObligationCause},
· · ·
56
57use super::{
58 AggregateKind, BasicBlockId, BinOp, CastKind, LocalId, MirBody, MirLowerError, MirSpan,
59 Operand, OperandKind, Place, PlaceElem, PlaceRef, PlaceTy, ProjectionElem, Rvalue,
60 StatementKind, TerminatorKind, UnOp, return_slot,
+ 118 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.