diff options
| author | Yoshua Wuyts <yoshuawuyts@gmail.com> | 2020-04-05 17:50:45 +0200 |
|---|---|---|
| committer | Yoshua Wuyts <yoshuawuyts@gmail.com> | 2020-07-14 14:49:07 +0200 |
| commit | 18be370342c9b2a93f1d56b2b674bd2fbdcbb019 (patch) | |
| tree | 3f3d55e74a040b83fb770224e3378c2261b7d2df /src/libstd | |
| parent | 9d09331e00b02f81c714b0c41ce3a38380dd36a2 (diff) | |
| download | rust-18be370342c9b2a93f1d56b2b674bd2fbdcbb019.tar.gz rust-18be370342c9b2a93f1d56b2b674bd2fbdcbb019.zip | |
Add core::ready! macro
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index bd585d39c24..939db4bb12e 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -299,6 +299,7 @@ #![feature(ptr_internals)] #![feature(raw)] #![feature(raw_ref_macros)] +#![feature(ready_macro)] #![feature(renamed_spin_loop)] #![feature(rustc_attrs)] #![feature(rustc_private)] |
