Skip to content

Commit 59bc30f

Browse files
committed
properly allow interior instability
1 parent 66f86a6 commit 59bc30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/macros/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,7 @@ pub(crate) mod builtin {
14931493
///
14941494
/// [the reference]: ../../../reference/attributes/derive.html
14951495
#[unstable(feature = "autodiff", issue = "none")]
1496+
#[allow_internal_unstable(rustc_attrs)]
14961497
#[rustc_builtin_macro]
14971498
#[cfg(not(bootstrap))]
14981499
pub macro autodiff($item:item) {

0 commit comments

Comments
 (0)