rustc: rework stability to be on-demand for type-directed lookup.

This commit is contained in:
Eduard Burtescu 2016-11-10 19:08:21 +02:00 committed by Eduard-Mihai Burtescu
parent f97c132cac
commit 9aaf26e7aa
97 changed files with 1775 additions and 859 deletions

View file

@ -10,7 +10,7 @@
// Regression test for #23827
#![feature(core, unboxed_closures)]
#![feature(core, fn_traits, unboxed_closures)]
pub struct Prototype {
pub target: u32