Skip to content

Commit 44bbe63

Browse files
committed
Sync from rust e643f59f6da3a84f43e75dea99afaa5b041ea6bf
2 parents 0e9a854 + 4a8026c commit 44bbe63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/intrinsics/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//! Codegen of intrinsics. This includes `extern "rust-intrinsic"`,
2-
//! functions marked with the `#[rustc_intrinsic]` attribute
1+
//! Codegen of intrinsics. This includes functions marked with the `#[rustc_intrinsic]` attribute
32
//! and LLVM intrinsics that have symbol names starting with `llvm.`.
43
54
macro_rules! intrinsic_args {

0 commit comments

Comments
 (0)