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 9b39f57 commit d6a9032Copy full SHA for d6a9032
text/1717-dllimport.md
@@ -109,7 +109,7 @@ meaning that it will be common that these attributes are left off by accident.
109
- Instead of enhancing `#[link]`, a `#[linked_from = "foo"]` annotation could be added.
110
This has the drawback of not being able to handle native libraries whose
111
name is unpredictable across platforms in an easy fashion, however.
112
- Additionally, it adds an extra attribute to the comipler that wasn't known
+ Additionally, it adds an extra attribute to the compiler that wasn't known
113
previously.
114
115
- Support a `#[dllimport]` on extern blocks (or individual symbols, or both).
0 commit comments