Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dunnecessary_filter_map.rs70 fn check_expression<'tcx>(cx: &LateContext<'tcx>, arg_id: hir::HirId, expr: &'tcx hir::Expr<'_>) ->… in check_expression() function
/third_party/rust/rust/tests/ui/confuse-field-and-method/
Dissue-2392.rs28 fn check_expression() -> Obj<Box<dyn FnOnce() -> u32>> { in check_expression() function