This website requires JavaScript.
Explore
Help
Register
Sign in
jras
/
rustbook
Watch
1
Star
0
Fork
You've already forked rustbook
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
afc53f5a38
rustbook
/
ch09
/
outofbounds.rs
Jasper Ras
e1246d346d
ch09
2026-01-17 11:37:01 +01:00
5 lines
53 B
Rust
Raw
Blame
History
fn
main
(
)
{
let
a
=
vec!
[
1
,
2
,
3
]
;
a
[
99
]
;
}
Reference in a new issue
View git blame
Copy permalink