We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d78f7 commit 68283ccCopy full SHA for 68283cc
src/intrinsics/mod.rs
@@ -1,4 +1,5 @@
1
//! Codegen of intrinsics. This includes `extern "rust-intrinsic"`,
2
+//! functions marked with the `#[rustc_intrinsic]` attribute
3
//! and LLVM intrinsics that have symbol names starting with `llvm.`.
4
5
macro_rules! intrinsic_args {
0 commit comments