Closed
Description
Testcase: https://gist.github.com/jdm/9936609
Note how AddChild is resolved, since it's defined in an impl for JSRef itself, whereas RemoveChild is not resolved since it's a trait method.
RUST_LOG=rustc::middle::typeck::check::method
output: https://gist.github.com/jdm/9936635