Skip to content

Commit

Permalink
Update src/libcore/intrinsics.rs
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
richkadel and bjorn3 committed Jun 17, 2020
1 parent 1db44af commit c338729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c338729

Please sign in to comment.