diff options
| author | bors <bors@rust-lang.org> | 2025-04-10 00:43:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-04-10 00:43:25 +0000 |
| commit | 6813f955a616999109ff69c48bbad6be33c6cdb3 (patch) | |
| tree | f423c6c225d7af02183062217e7f5b0cc60e2603 /library/core/src/macros/mod.rs | |
| parent | 51548ce71fe80b5ca7aef00e6f1bf2491df98c79 (diff) | |
| parent | 5a5bda52f09214c5771cf0b2be5f4579a0d888c7 (diff) | |
| download | rust-6813f955a616999109ff69c48bbad6be33c6cdb3.tar.gz rust-6813f955a616999109ff69c48bbad6be33c6cdb3.zip | |
Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu
Bump boostrap compiler to new beta try-job: `*msvc*`
Diffstat (limited to 'library/core/src/macros/mod.rs')
| -rw-r--r-- | library/core/src/macros/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/macros/mod.rs b/library/core/src/macros/mod.rs index 5571d8ad594..330b4098764 100644 --- a/library/core/src/macros/mod.rs +++ b/library/core/src/macros/mod.rs @@ -1754,7 +1754,6 @@ pub(crate) mod builtin { reason = "`type_alias_impl_trait` has open design concerns" )] #[rustc_builtin_macro] - #[cfg(not(bootstrap))] pub macro define_opaque($($tt:tt)*) { /* compiler built-in */ } |
