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
fb3c4fbfc3
rust
/
src
/
test
/
ui
/
index_message.rs
5 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Call the correct type formatting function for more typecheck diagnostics. Closes #2652.
2012-06-20 17:44:37 -05:00
fn
main
(
)
{
let
z
=
(
)
;
Add E0608
2017-06-09 12:05:14 -05:00
let
_
=
z
[
0
]
;
//~ ERROR cannot index into a value of type `()`
Call the correct type formatting function for more typecheck diagnostics. Closes #2652.
2012-06-20 17:44:37 -05:00
}
Reference in New Issue
Copy Permalink