Skip to content

Commit e4df7e7

Browse files
richkadelbjorn3
andcommitted
Update src/libcore/intrinsics.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
1 parent d2cd59a commit e4df7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ extern "rust-intrinsic" {
19461946
/// option is enabled. The placeholder is replaced with `llvm.instrprof.increment` during code
19471947
/// generation.
19481948
#[cfg(not(bootstrap))]
1949-
#[cfg_attr(not(bootstrap), lang = "count_code_region")]
1949+
#[lang = "count_code_region"]
19501950
pub fn count_code_region(_index: u32);
19511951
}
19521952

0 commit comments

Comments
 (0)