We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425a9c0 commit d417503Copy full SHA for d417503
compiler/rustc_attr_parsing/src/attributes/stability.rs
@@ -54,6 +54,7 @@ const ALLOWED_TARGETS: AllowedTargets = AllowedTargets::AllowList(&[
54
Allow(Target::Static),
55
Allow(Target::ForeignFn),
56
Allow(Target::ForeignStatic),
57
+ Allow(Target::ExternCrate),
58
]);
59
60
#[derive(Default)]
0 commit comments