Skip to content

Commit

Permalink
properly allow interior instability
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Feb 4, 2024
1 parent 66f86a6 commit 59bc30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,7 @@ pub(crate) mod builtin {
///
/// [the reference]: ../../../reference/attributes/derive.html
#[unstable(feature = "autodiff", issue = "none")]
#[allow_internal_unstable(rustc_attrs)]
#[rustc_builtin_macro]
#[cfg(not(bootstrap))]
pub macro autodiff($item:item) {
Expand Down

0 comments on commit 59bc30f

Please sign in to comment.