Implement Reflect trait with a variant on the standard OIBIT

semantics that tests the *interface* of trait objects, rather
than what they close over.
This commit is contained in:
Niko Matsakis
2015-03-24 15:55:29 -04:00
parent a923278c62
commit 9c9bb9ce1d
13 changed files with 252 additions and 29 deletions

View File

@@ -72,6 +72,7 @@
#![feature(rustc_attrs)]
#![feature(optin_builtin_traits)]
#![feature(concat_idents)]
#![feature(reflect)]
#[macro_use]
mod macros;