Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3aa2b7

Browse files
authoredJan 20, 2025
Rollup merge of rust-lang#135333 - vayunbiyani:test-environment, r=RalfJung
Partial progress on rust-lang#132735: Replace extern "rust-intrinsic" with #[rustc_intrinsic] across the codebase Part of rust-lang#132735: Replace `extern "rust-intrinsic"` with `#[rustc_intrinsic]` macro - Updated all instances of `extern "rust-intrinsic"` to use the `#[rustc_intrinsic]` macro. - Skipped `.md` files and test files to avoid unnecessary changes.
2 parents 9acb9fa + 68283cc commit e3aa2b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/intrinsics/mod.rs

+1
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)
Failed to load comments.