Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4c6a61

Browse files
committedSep 8, 2016
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.