Skip to content

Commit 2c9b5da

Browse files
committed
Updated compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs to mention both, the legacy extern "rust intrensic" as well as the #[rustc_intrinsic] macro. Also updated to use Codegen to Code generation
1 parent e770dd1 commit 2c9b5da

File tree

1 file changed

+2
-1
lines changed
  • compiler/rustc_codegen_cranelift/src/intrinsics

1 file changed

+2
-1
lines changed

compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//! Code generation of intrinsics, including functions marked with the `#[rustc_intrinsic]` attribute
1+
//! 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)