diff options
| author | Rich Kadel <richkadel@google.com> | 2020-06-17 10:29:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 10:29:00 -0700 |
| commit | c3387293d4ff050cce2c7f3a79c8e7b040515f8c (patch) | |
| tree | 25b666f1e5db70fb44b6b4800ff2e8f5dc3be71e /src/libcore | |
| parent | 1db44afecd892351ae91499b1baefee433bbc04b (diff) | |
| download | rust-c3387293d4ff050cce2c7f3a79c8e7b040515f8c.tar.gz rust-c3387293d4ff050cce2c7f3a79c8e7b040515f8c.zip | |
Update src/libcore/intrinsics.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/intrinsics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs index 3806d3ae254..2d3e1814661 100644 --- a/src/libcore/intrinsics.rs +++ b/src/libcore/intrinsics.rs @@ -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 |
