Allow #[rustc_std_internal_symbol] on foreign items
This commit is contained in:
parent
9c67cecd12
commit
98b9d0232f
1 changed files with 1 additions and 1 deletions
|
@ -2203,7 +2203,7 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
|
|||
|
||||
fn check_rustc_std_internal_symbol(&self, attr: &Attribute, span: Span, target: Target) {
|
||||
match target {
|
||||
Target::Fn | Target::Static => {}
|
||||
Target::Fn | Target::Static | Target::ForeignFn | Target::ForeignStatic => {}
|
||||
_ => {
|
||||
self.tcx
|
||||
.dcx()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue