diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-08-18 15:30:06 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-08-18 15:30:06 +0200 |
| commit | f61b36a396833ff2e387b4c657f84965f987fd16 (patch) | |
| tree | 2ab7f501df586331fa7d6105142b8d3055a46b65 /example/mini_core.rs | |
| parent | 7aa4cb874a7448adb1d941b76ff03d1645ddccf3 (diff) | |
| download | rust-f61b36a396833ff2e387b4c657f84965f987fd16.tar.gz rust-f61b36a396833ff2e387b4c657f84965f987fd16.zip | |
Don't run a alignment assertion on macOS
Diffstat (limited to 'example/mini_core.rs')
| -rw-r--r-- | example/mini_core.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs index a23c94aa7ba..78b493e0515 100644 --- a/example/mini_core.rs +++ b/example/mini_core.rs @@ -525,3 +525,7 @@ pub macro file() { /* compiler built-in */ } #[rustc_builtin_macro] #[rustc_macro_transparency = "semitransparent"] pub macro line() { /* compiler built-in */ } + +#[rustc_builtin_macro] +#[rustc_macro_transparency = "semitransparent"] +pub macro cfg() { /* compiler built-in */ } |
