Skip to content

Commit d4c6a61

Browse files
Ignore this block code because of OSX failure
1 parent 7c53eb9 commit d4c6a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_metadata/diagnostics.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ as frameworks are specific to that operating system.
3232
3333
Erroneous code example:
3434
35-
```compile_fail,E0455
36-
#[link(name = "FooCoreServices", kind = "framework")] extern {}
35+
```ignore
36+
#[link(name = "FooCoreServices", kind = "framework")] extern {}
3737
// OS used to compile is Linux for example
3838
```
3939

0 commit comments

Comments
 (0)