This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-06-01 14:10:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58a59e9d231e36e3d39dd398b80c96094de591aa
rust
/
tests
/
run-pass
/
main_fn.rs
T
Oliver Schneider
1bd00e8cb4
run
start
and
main
language item if provided
2016-06-14 11:52:45 +02:00
6 lines
40 B
Rust
Raw
Blame
History
#![
feature(main)
]
#[
main
]
fn
foo
(
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink