Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 0775dea

Browse files
rustbotJohnTitor
andauthored
Co-authored-by: Yuki Okushi <[email protected]>
1 parent e5f7e76 commit 0775dea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ices/80779.rs

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pub struct T<'a>(&'a str);
2+
3+
pub fn f<'a>(val: T<'a>) -> _ {
4+
g(val)
5+
}
6+
7+
pub fn g(_: T<'static>) -> _ {}
8+
9+
fn main() {}

0 commit comments

Comments
 (0)