Remove the abi_amdgpu_kernel
feature
This commit is contained in:
parent
c401f09979
commit
f6b21e90d1
26 changed files with 70 additions and 268 deletions
|
@ -32,6 +32,8 @@ declare_features! (
|
|||
// feature-group-start: removed features
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/// Allows using the `amdgpu-kernel` ABI.
|
||||
(removed, abi_amdgpu_kernel, "CURRENT_RUSTC_VERSION", Some(51575), None),
|
||||
(removed, advanced_slice_patterns, "1.0.0", Some(62254),
|
||||
Some("merged into `#![feature(slice_patterns)]`")),
|
||||
(removed, allocator, "1.0.0", None, None),
|
||||
|
|
|
@ -321,8 +321,6 @@ declare_features! (
|
|||
// feature-group-start: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/// Allows using the `amdgpu-kernel` ABI.
|
||||
(unstable, abi_amdgpu_kernel, "1.29.0", Some(51575)),
|
||||
/// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
|
||||
(unstable, abi_avr_interrupt, "1.45.0", Some(69664)),
|
||||
/// Allows `extern "C-cmse-nonsecure-call" fn()`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue