Closed
Description
This program compiles successfully on stable but hits the recursion limit on beta/nightly. This seems like a regression where we hit it too quickly? Is it something we can perhaps fix?
The specific error is:
$ rustc +beta foo.rs
error: reached the recursion limit during monomorphization (selection ambiguity)
cc @rust-lang/compiler
originally reported as rust-lang/futures-rs#262