This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
run-make
/
pgo-branch-weights
/
opaque.rs
7 lines
96 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Run rustfmt on `tests/run-make/`. With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-29 00:01:33 -05:00
#![
crate_name =
"
opaque
"
]
#![
crate_type =
"
rlib
"
]
PGO: Add test case for branch weights and function call counts recording.
2019-11-22 05:16:09 -06:00
pub
fn
f1
(
)
{
}
pub
fn
f2
(
)
{
}
pub
fn
f3
(
)
{
}
Reference in New Issue
Copy Permalink