mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
Updated several files to use rust intrinsic macros instead of the legacy extern "rust-intrinsic" blocks
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//! Codegen of intrinsics. This includes `extern "rust-intrinsic"`,
|
||||
//! functions marked with the `#[rustc_intrinsic]` attribute
|
||||
//! and LLVM intrinsics that have symbol names starting with `llvm.`.
|
||||
|
||||
macro_rules! intrinsic_args {
|
||||
|
||||
Reference in New Issue
Block a user