Skip to content

Commit 49e9630

Browse files
committed
enable rustc_autodiff cross-crate encoding
1 parent e2d250c commit 49e9630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/builtin_attrs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ pub static BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
743743
rustc_attr!(
744744
rustc_autodiff, Normal,
745745
template!(Word, List: r#""...""#), DuplicatesOk,
746-
EncodeCrossCrate::No, INTERNAL_UNSTABLE
746+
EncodeCrossCrate::Yes, INTERNAL_UNSTABLE
747747
),
748748

749749
// ==========================================================================

0 commit comments

Comments
 (0)