diff options
| author | Andrew Paseltiner <apaseltiner@gmail.com> | 2014-12-05 13:53:38 -0500 |
|---|---|---|
| committer | Andrew Paseltiner <apaseltiner@gmail.com> | 2014-12-05 14:04:57 -0500 |
| commit | 600faba5bc0b0b8bfef048ca9e8698e5f8c157f0 (patch) | |
| tree | 3403e94541e4a46342744061416eae543f70b42d /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 4573da6f4ffb276c31773679fd19581fc15ded8f (diff) | |
| download | rust-600faba5bc0b0b8bfef048ca9e8698e5f8c157f0.tar.gz rust-600faba5bc0b0b8bfef048ca9e8698e5f8c157f0.zip | |
libcore: Fix `Sized` bounds on overloaded function traits.
- Remove the `for Sized?` bound on `core::ops::FnOnce`, as it takes `self` by value and can never be implemented by an unsized type. - Add a missing `Sized?` bound to the blanket `core::ops::FnMut` impl, as both `Fn` and `FnMut` are `for Sized?`.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
