diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-11-27 18:01:01 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-11-27 18:01:01 +0100 |
| commit | aef656aee8cbe1154dc41d1bb7bc91bdcb15da6b (patch) | |
| tree | 0c941f88a60dee8a1624dbeadcc8e23b793ed915 /example/mini_core.rs | |
| parent | 648caced6eb0d23c31758f69f2f44a7d748526b9 (diff) | |
| download | rust-aef656aee8cbe1154dc41d1bb7bc91bdcb15da6b.tar.gz rust-aef656aee8cbe1154dc41d1bb7bc91bdcb15da6b.zip | |
Rustup to rustc 1.50.0-nightly (72da5a9d8 2020-11-26)
Diffstat (limited to 'example/mini_core.rs')
| -rw-r--r-- | example/mini_core.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs index ce07fe83df1..10cba992056 100644 --- a/example/mini_core.rs +++ b/example/mini_core.rs @@ -1,6 +1,6 @@ #![feature( no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types, - untagged_unions, decl_macro, rustc_attrs, transparent_unions, optin_builtin_traits, + untagged_unions, decl_macro, rustc_attrs, transparent_unions, auto_traits, thread_local, )] #![no_core] |
