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
2024-10-30 22:12:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8d381823e2
rust
/
src
/
test
/
run-pass
/
const.rs
5 lines
41 B
Rust
Raw
Normal View
History
Unescape
Escape
Teach front-end about simple, first-cut version of const items.
2010-09-14 17:52:32 +00:00
const
int
i
=
10
;
fn
main
(
)
{
Translate const uses via runtime expression evaluation.
2010-09-14 18:44:25 +00:00
log
i
;
Teach front-end about simple, first-cut version of const items.
2010-09-14 17:52:32 +00:00
}
Reference in New Issue
Copy Permalink