Update src/libcore/intrinsics.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
1db44afecd
commit
c3387293d4
1 changed files with 1 additions and 1 deletions
|
@ -1947,7 +1947,7 @@ extern "rust-intrinsic" {
|
||||||
/// generation.
|
/// generation.
|
||||||
#[cfg(not(bootstrap))]
|
#[cfg(not(bootstrap))]
|
||||||
#[lang = "count_code_region"]
|
#[lang = "count_code_region"]
|
||||||
pub fn count_code_region(_index: u32);
|
pub fn count_code_region(index: u32);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Some functions are defined here because they accidentally got made
|
// Some functions are defined here because they accidentally got made
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue