You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The *`link_name` attribute* may be specified on declarations inside an `extern`
399
-
block to indicate the symbol to import for the given function or static.
398
+
The *`link_name` attribute* may be specified on declarations inside an `extern` block to indicate the symbol to import for the given function or static.
400
399
401
400
r[items.extern.attributes.link_name.syntax]
402
401
It uses the [MetaNameValueStr] syntax to specify the name of the symbol.
@@ -409,8 +408,7 @@ unsafe extern {
409
408
```
410
409
411
410
r[items.extern.attributes.link_name.exclusive]
412
-
Using this attribute with the `link_ordinal` attribute will result in a
413
-
compiler error.
411
+
Using this attribute with the `link_ordinal` attribute will result in a compiler error.
0 commit comments