This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
62c3443e96
rust
/
src
/
test
/
ui
/
issues
/
issue-38591.rs
11 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
Update test stderr with results of enabling unused lints
2019-09-01 16:30:19 -05:00
// check-pass
Add test for issue-38591
2019-06-23 14:36:13 -05:00
struct
S
<
T
>
{
t
:
T
,
s
:
Box
<
S
<
fn
(
u
:
T
)
>
>
}
fn
f
(
x
:
S
<
u32
>
)
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink