Skip to content

Commit c338729

Browse files
richkadelbjorn3
andauthored
Update src/libcore/intrinsics.rs
Co-authored-by: bjorn3 <[email protected]>
1 parent 1db44af commit c338729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@ extern "rust-intrinsic" {
19471947
/// generation.
19481948
#[cfg(not(bootstrap))]
19491949
#[lang = "count_code_region"]
1950-
pub fn count_code_region(_index: u32);
1950+
pub fn count_code_region(index: u32);
19511951
}
19521952

19531953
// Some functions are defined here because they accidentally got made

0 commit comments

Comments
 (0)