Home
last modified time | relevance | path

Searched refs:where_clause_elidadable (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dneedless_lifetimes.rs325 fn where_clause_elidadable<'a, T>(i: &'a i32, f: T) -> &'a i32 in where_clause_elidadable() function
H A Dneedless_lifetimes.stderr132 LL | fn where_clause_elidadable<'a, T>(i: &'a i32, f: T) -> &'a i32