about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-02-13 02:52:46 +0100
committerGitHub <noreply@github.com>2020-02-13 02:52:46 +0100
commit2a201336ed2f253cd22561477764989050acb889 (patch)
tree2b9ad0ad0d224ed682b09f1af3a3f825b6f26b5e /src/libstd/sys/unix/stack_overflow.rs
parent92d8e82f6b571cecb1809a9aa85f8947e84b648d (diff)
parent48859db151b839518bdd9d44a2387c0f6b65d141 (diff)
downloadrust-2a201336ed2f253cd22561477764989050acb889.tar.gz
rust-2a201336ed2f253cd22561477764989050acb889.zip
Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=Amanieu
Relax bounds on HashMap/HashSet

These APIs changed from the old bound listed to the new bound (possibly empty):

K: Hash + Eq -> K
* new
* with_capacity

K: Eq + Hash, S: BuildHasher -> K, S
* with_hasher
* with_capacity_and_hasher
* hasher

K: Eq + Hash + Debug -> K: Debug
S: BuildHasher -> S
HashMap as Debug

K: Eq + Hash -> K
S: BuildHasher + Default -> S: Default
HashMap as Default

Resolves #44777.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions