未验证 提交 6070e2e8 编写于 作者: M Mazdak Farrokhzad 提交者: GitHub

Rollup merge of #62085 - JohnTitor:add-test-for-issue-38591, r=Centril

Add test for issue-38591

Closes #38591

r? @pnkfelix
// run-pass
struct S<T> {
t : T,
s : Box<S<fn(u : T)>>
}
fn f(x : S<u32>) {}
fn main () {}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册