This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-01-29 16:13:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
46f9e878f6
rust
/
tests
/
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 22:44:37 +00:00
fn
main
(
)
{
let
z
=
(
)
;
Add E0608
2017-06-09 17:05:14 +00: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 22:44:37 +00:00
}
Reference in New Issue
Copy Permalink