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();
|
|
}
|