]> git.lizzy.rs Git - rust.git/commit
Do not ICE when e.g. `call_mut()` is called on a closure whose kind is not yet known.
authorNiko Matsakis <niko@alum.mit.edu>
Sun, 1 Feb 2015 11:07:52 +0000 (06:07 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Sun, 1 Feb 2015 11:13:07 +0000 (06:13 -0500)
commit870aea216bb6f6d6a238c03e186a01bff8820ac0
treef08391834ca664acfdf63857915896fe2c90a9da
parenta9c3841a501691f36f98c47402d679885989637f
Do not ICE when e.g. `call_mut()` is called on a closure whose kind is not yet known.
src/librustc_typeck/check/method/mod.rs
src/librustc_typeck/check/method/probe.rs
src/librustc_typeck/check/method/suggest.rs
src/librustc_typeck/check/mod.rs
src/test/compile-fail/unboxed-closures-infer-explicit-call-too-early.rs [new file with mode: 0644]