]> git.lizzy.rs Git - rust.git/commit
first attempt at implementing RFC 1623. This fixes #35897.
authorAndre Bogus <bogusandre@gmail.com>
Tue, 23 Aug 2016 05:40:51 +0000 (07:40 +0200)
committerAndre Bogus <bogusandre@gmail.com>
Tue, 23 Aug 2016 05:50:13 +0000 (07:50 +0200)
commitcfce351ad39ae0f5e35006ad11fabb4ec866d725
treee76badc38a1d9f15870b061dcd77176a1f515a71
parent3c5a0fa45b5e2786b6e64e27f48cd129e7aefdbd
first attempt at implementing RFC 1623. This fixes #35897.

This is a work in progress. In particular, I want to add more tests,
especially the compile-fail test is very bare-bones.
src/librustc_typeck/collect.rs
src/test/compile-fail/rfc1623.rs [new file with mode: 0644]
src/test/run-pass/rfc1623.rs [new file with mode: 0644]