diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-08-02 00:12:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-02 00:12:39 +0900 |
| commit | 054d4890cf138f0fa4c05d8600bd5d57696cedc4 (patch) | |
| tree | 8f53d15eeb149c81f0033ab44cbd2e493e81941d /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 5ef1e7e0efe7129edbf06a699abaa6563e8cfc9e (diff) | |
| parent | a80d329b68f88da4f35a4c05337b5ae0920c20c4 (diff) | |
| download | rust-054d4890cf138f0fa4c05d8600bd5d57696cedc4.tar.gz rust-054d4890cf138f0fa4c05d8600bd5d57696cedc4.zip | |
Rollup merge of #34802 - petrochenkov:call, r=eddyb
Methods `Fn(Mut,Once)::call(mut,once)` are gated with two feature gates, remove one of them Methods `Fn::call`, `FnMut::call_mut` and `FnOnce::call_once` are gated with usual library feature `fn_traits` and also hardcoded in the compiler and gated once more with feature `unboxed_closures` This patch removes the `unboxed_closures`feature gate from these methods (`unboxed_closures` is still used for other things though), now they are gated only with `fn_traits`. All unnecessary `#![feature(unboxed_closures)]`s are removed, many of them are old and were already unnecessary before the change this PR does.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
