Skip to content

Commit 8de8b4f

Browse files
committed
type alias without pub
1 parent 863f840 commit 8de8b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/ffi/primitives.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ macro_rules! type_alias {
1010
} => {
1111
#[doc = include_str!($Docfile)]
1212
$( $Cfg )*
13+
#[rustc_intrinsic_const_stable_indirect]
1314
pub type $Alias = $Real;
1415
}
1516
}

0 commit comments

Comments
 (0)