Added const_closure

This commit is contained in:
onestacked
2022-09-23 13:42:31 +02:00
parent bc4d574ff2
commit 0b2f717dfa
2 changed files with 180 additions and 0 deletions

View File

@@ -356,6 +356,8 @@ mod bool;
mod tuple;
mod unit;
mod const_closure;
#[stable(feature = "core_primitive", since = "1.43.0")]
pub mod primitive;