]> git.lizzy.rs Git - rust.git/commit
std: Relax UnwindSafe impl for Unique
authorAlex Crichton <alex@alexcrichton.com>
Tue, 21 Feb 2017 22:36:03 +0000 (14:36 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 21 Feb 2017 22:36:24 +0000 (14:36 -0800)
commit347e1af66b4b705594c3f668460f252af4e87146
tree9801805478fe359e58e276b29cb0c10c41d1cfee
parent3954c70537cc78dc4a8e28c6ffa0a8ae5198387a
std: Relax UnwindSafe impl for Unique

Add the `?Sized` bound as we don't require the type to be sized.

Closes #40011
src/libstd/panic.rs
src/test/run-pass/panic-safe.rs