Skip to content

Commit

Permalink
enable rustc_autodiff cross-crate encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Feb 22, 2025
1 parent e2d250c commit 49e9630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/builtin_attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ pub static BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
rustc_attr!(
rustc_autodiff, Normal,
template!(Word, List: r#""...""#), DuplicatesOk,
EncodeCrossCrate::No, INTERNAL_UNSTABLE
EncodeCrossCrate::Yes, INTERNAL_UNSTABLE
),

// ==========================================================================
Expand Down

0 comments on commit 49e9630

Please sign in to comment.