Update src/libcore/intrinsics.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
d2cd59a031
commit
e4df7e7046
@ -1946,7 +1946,7 @@ extern "rust-intrinsic" {
|
||||
/// option is enabled. The placeholder is replaced with `llvm.instrprof.increment` during code
|
||||
/// generation.
|
||||
#[cfg(not(bootstrap))]
|
||||
#[cfg_attr(not(bootstrap), lang = "count_code_region")]
|
||||
#[lang = "count_code_region"]
|
||||
pub fn count_code_region(_index: u32);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user