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
ba6fe58095f98f070d161ffdc6c59b51b59d41db
rust
/
tests
/
ui
/
unconstrained-none.rs
6 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for #5062
2013-06-07 20:07:58 +02:00
// Issue #5062
fn
main
(
)
{
Add a new ui test and update existing ones
2017-02-02 21:35:31 +00:00
None
;
//~ ERROR type annotations needed [E0282]
Add test for #5062
2013-06-07 20:07:58 +02:00
}
Reference in New Issue
Copy Permalink