mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
93bdc01adf
This makes sure that if PGO is used, remarks generated using `-Zremark-dir` will include the `Hotness` attribute.
7 lines
59 B
Rust
7 lines
59 B
Rust
#[inline(never)]
|
|
pub fn bar() {}
|
|
|
|
fn main() {
|
|
bar();
|
|
}
|