This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
run-make
/
emit-stack-sizes
/
foo.rs
5 lines
57 B
Rust
Raw
Normal View
History
Unescape
Escape
add run-make test
2018-09-13 20:25:58 +02:00
#![
crate_type =
"
lib
"
]
Automatically enable cross-crate inlining for small functions
2023-10-06 20:29:42 -04:00
#[
inline(never)
]
add run-make test
2018-09-13 20:25:58 +02:00
pub
fn
foo
(
)
{
}
Reference in New Issue
Copy Permalink