Skip to content

Commit 68283cc

Browse files
committed
Updated several files to use rust intrinsic macros instead of the legacy extern "rust-intrinsic" blocks
1 parent a2d78f7 commit 68283cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/intrinsics/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Codegen of intrinsics. This includes `extern "rust-intrinsic"`,
2+
//! functions marked with the `#[rustc_intrinsic]` attribute
23
//! and LLVM intrinsics that have symbol names starting with `llvm.`.
34
45
macro_rules! intrinsic_args {

0 commit comments

Comments
 (0)