about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-23 10:38:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-23 14:11:34 -0800
commit08246520c0fef902b169233e26e15cf58ef1cd8b (patch)
tree47aa2924eefd0a7fa9609fdf7c35cf83628a0ee8 /src/libstd/sys/unix/stack_overflow.rs
parent86fbdbfbcd4c019fda26ff73b9e1e30ed7a8b174 (diff)
downloadrust-08246520c0fef902b169233e26e15cf58ef1cd8b.tar.gz
rust-08246520c0fef902b169233e26e15cf58ef1cd8b.zip
std: Relax Result::unwrap() to Debug
This commit relaxes the bound on `Result::unwrap` and `Result::unwrap_err` from
the `Display` trait to the `Debug` trait for generating an error message about
the unwrapping operation.

This commit is a breaking change and any breakage should be mitigated by
ensuring that `Debug` is implemented on the relevant type.

[breaking-change]
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions