Home
last modified time | relevance | path

Searched refs:out_return_type_lts (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.rs248 fn out_return_type_lts<'a>(e: &'a str) -> Cow<'a> { in out_return_type_lts() function
H A Dneedless_lifetimes.stderr90 LL | fn out_return_type_lts<'a>(e: &'a str) -> Cow<'a> {