1 unstable release
0.1.0 | Oct 23, 2020 |
---|
#37 in #reserving
2KB
lccc
The __lccc
crate here is a reserved name for an internal crate defined by the (work in progress) lccc compiler, when compiling rust code.
Progress on the lccc compiler can be found here.
This crate is a dummy, and should not be dependend upon.
Use of the crate name __lccc
on the lccc rust compiler will cause a compile-time error (except when the unstable and non-portable feature, lccc_intrinsics_crate
is enabled).
Contents of the __lccc
crate are to be documented by lccc
.
Dependence on this reserved crate will cause a compile-time error.