]> git.lizzy.rs Git - rust.git/commit
Permit method calls based on where clauses.
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 5 Jan 2015 21:01:04 +0000 (16:01 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Tue, 6 Jan 2015 02:50:22 +0000 (21:50 -0500)
commit2a1ba2f1ac45f6bf48e55be4db5e8d1965fccaf8
treee40703073db7bc206f3f6fd6372a3507afb292cb
parentc7dd3c4d69aee1c4ad8cc220c194b176bba2ab62
Permit method calls based on where clauses.
src/librustc_typeck/check/callee.rs
src/librustc_typeck/check/method/probe.rs
src/test/run-pass/method-where-clause.rs [new file with mode: 0644]