diff options
| author | ggomez <guillaume1.gomez@gmail.com> | 2016-09-08 16:08:47 +0200 |
|---|---|---|
| committer | ggomez <guillaume1.gomez@gmail.com> | 2016-09-08 16:08:47 +0200 |
| commit | d4c6a61c44bdf470a88a7a24d83cfd31f9b70992 (patch) | |
| tree | 39f5d60f5d332c8e5e3aac3e1db89494ad5af766 | |
| parent | 7c53eb97df4dc39c88e452d67b4f51d5bca336f6 (diff) | |
| download | rust-d4c6a61c44bdf470a88a7a24d83cfd31f9b70992.tar.gz rust-d4c6a61c44bdf470a88a7a24d83cfd31f9b70992.zip | |
Ignore this block code because of OSX failure
| -rw-r--r-- | src/librustc_metadata/diagnostics.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_metadata/diagnostics.rs b/src/librustc_metadata/diagnostics.rs index 01c7d7fc79d..f52e1437acc 100644 --- a/src/librustc_metadata/diagnostics.rs +++ b/src/librustc_metadata/diagnostics.rs @@ -32,8 +32,8 @@ as frameworks are specific to that operating system. Erroneous code example: -```compile_fail,E0455 -#[link(name = "FooCoreServices", kind = "framework")] extern {} +```ignore +#[link(name = "FooCoreServices", kind = "framework")] extern {} // OS used to compile is Linux for example ``` |
