Basic compiler infra
This commit is contained in:
parent
5e6bb83268
commit
aa115eba12
7 changed files with 129 additions and 25 deletions
|
@ -150,6 +150,8 @@ declare_features! (
|
|||
(active, allow_internal_unstable, "1.0.0", None, None),
|
||||
/// Allows identifying the `compiler_builtins` crate.
|
||||
(active, compiler_builtins, "1.13.0", None, None),
|
||||
/// Outputs useful `assert!` messages
|
||||
(active, generic_assert, "1.63.0", None, None),
|
||||
/// Allows using the `rust-intrinsic`'s "ABI".
|
||||
(active, intrinsics, "1.0.0", None, None),
|
||||
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue