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 863f840 commit 8de8b4fCopy full SHA for 8de8b4f
library/core/src/ffi/primitives.rs
@@ -10,6 +10,7 @@ macro_rules! type_alias {
10
} => {
11
#[doc = include_str!($Docfile)]
12
$( $Cfg )*
13
+ #[rustc_intrinsic_const_stable_indirect]
14
pub type $Alias = $Real;
15
}
16
0 commit comments