Update src/libcore/intrinsics.rs

Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
Rich Kadel 2020-06-17 10:29:00 -07:00 committed by GitHub
parent 1db44afecd
commit c3387293d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1947,7 +1947,7 @@ extern "rust-intrinsic" {
/// generation.
#[cfg(not(bootstrap))]
#[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