diff options
| author | Clar Fon <them@lightdark.xyz> | 2018-12-19 16:43:29 -0500 |
|---|---|---|
| committer | Clar Fon <them@lightdark.xyz> | 2019-01-15 16:44:28 -0500 |
| commit | 24ca5305263e4cee6d90e740962a94aed7842805 (patch) | |
| tree | 967fa2514e660b0c79e2eb47ebc2d818a4372d9c /src/libstd | |
| parent | e2f221c75932de7a29845c8d6f1f73536ad00c41 (diff) | |
| download | rust-24ca5305263e4cee6d90e740962a94aed7842805.tar.gz rust-24ca5305263e4cee6d90e740962a94aed7842805.zip | |
Move spin_loop_hint to core::hint module
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 41f1ac867ed..83db3f347a7 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -286,6 +286,7 @@ #![feature(staged_api)] #![feature(stmt_expr_attributes)] #![feature(str_internals)] +#![feature(renamed_spin_loop)] #![feature(rustc_private)] #![feature(thread_local)] #![feature(toowned_clone_into)] |
