Home
last modified time | relevance | path

Searched refs:alias_with_lt (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.rs185 fn alias_with_lt<'a>(_foo: FooAlias<'a>) -> &'a str { in alias_with_lt() function
H A Dneedless_lifetimes.stderr72 LL | fn alias_with_lt<'a>(_foo: FooAlias<'a>) -> &'a str {