This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
static
/
issue-24446.rs
7 lines
124 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
(
)
{
Update ui test suite to use dyn
2019-05-28 14:46:13 -04:00
static
foo
:
dyn
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