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
2
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
feature-gates
/
feature-gate-unsized_locals.rs
6 lines
57 B
Rust
Raw
Normal View
History
Unescape
Escape
Update ui test suite to use dyn
2019-05-28 14:46:13 -04:00
fn
f
(
f
:
dyn
FnOnce
(
)
)
{
}
Add #![feature(unsized_locals)].
2018-05-29 00:10:09 +09:00
//~^ ERROR E0277
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink