diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-09 08:52:46 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-09 08:52:46 +0000 |
| commit | 5d85a24442bb478745876b73ebbada623c1b629e (patch) | |
| tree | 06476b19bb0aadf1086e9785a82e85e918e03b40 /example | |
| parent | fea943debfab3859853ef623e06248ffbfd603ab (diff) | |
| download | rust-5d85a24442bb478745876b73ebbada623c1b629e.tar.gz rust-5d85a24442bb478745876b73ebbada623c1b629e.zip | |
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09
Diffstat (limited to 'example')
| -rw-r--r-- | example/mini_core.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs index 34c7e44b288..934e4b1786f 100644 --- a/example/mini_core.rs +++ b/example/mini_core.rs @@ -685,6 +685,12 @@ pub macro cfg() { #[rustc_builtin_macro] #[rustc_macro_transparency = "semitransparent"] +pub macro asm() { + /* compiler built-in */ +} + +#[rustc_builtin_macro] +#[rustc_macro_transparency = "semitransparent"] pub macro global_asm() { /* compiler built-in */ } |
