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
rust
/
src
/
test
/
ui
/
issues
/
issue-24446.rs
7 lines
120 B
Rust
Raw
Normal View
History
Unescape
Escape
Add regression test for #24446 Closes #24446.
2015-04-30 11:59:53 +02:00
fn
main
(
)
{
static
foo
:
Fn
(
)
->
u32
=
|
|
->
u32
{
Check the type of statics and constants for `Sized`ness
2018-10-11 18:02:00 +02:00
//~^ ERROR the size for values of type
Add regression test for #24446 Closes #24446.
2015-04-30 11:59:53 +02:00
0
}
;
}
Reference in New Issue
Copy Permalink