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 7c53eb9 commit d4c6a61Copy full SHA for d4c6a61
src/librustc_metadata/diagnostics.rs
@@ -32,8 +32,8 @@ as frameworks are specific to that operating system.
32
33
Erroneous code example:
34
35
-```compile_fail,E0455
36
-#[link(name = "FooCoreServices", kind = "framework")] extern {}
+```ignore
+#[link(name = "FooCoreServices", kind = "framework")] extern {}
37
// OS used to compile is Linux for example
38
```
39
0 commit comments