summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-12-17 02:42:57 +0000
committerbors <bors@rust-lang.org>2014-12-17 02:42:57 +0000
commit4265e86844b6f328ed8a0d144d02a935706c35ee (patch)
treea5459481d02303fe3d3cc025dc037eaa16f4d7c5 /src/libstd/sys/unix/stack_overflow.rs
parent42deaa5e42c0b8a9e305aa5de5d6953b24b77aca (diff)
parent769aa0a7b378a7b71f5bcbec3485fe171ff4f3b9 (diff)
downloadrust-4265e86844b6f328ed8a0d144d02a935706c35ee.tar.gz
rust-4265e86844b6f328ed8a0d144d02a935706c35ee.zip
auto merge of #19761 : nick29581/rust/coerce-double, r=nikomatsakis
Part of #18469

[breaking-change]

A receiver will only ever get a single auto-reference. Previously arrays and strings would get two, e.g., [T] would be auto-ref'ed to &&[T]. This is usually apparent when a trait is implemented for `&[T]` and has a method takes self by reference. The usual solution is to implement the trait for `[T]` (the DST form).

r? @nikomatsakis (or anyone else, really)
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions