diff options
| author | Alex Burka <aburka@seas.upenn.edu> | 2017-12-04 14:47:49 -0500 |
|---|---|---|
| committer | Alex Burka <aburka@seas.upenn.edu> | 2017-12-14 12:56:26 -0500 |
| commit | 435fe5b7946d99a4da0008938dee33d81329cef9 (patch) | |
| tree | 392eb627f5153f7e13d3df3b65e2d58a0efc6336 | |
| parent | 4f0b4f267f98e9ec719ee5ac1aaa2a39467ffc98 (diff) | |
| download | rust-435fe5b7946d99a4da0008938dee33d81329cef9.tar.gz rust-435fe5b7946d99a4da0008938dee33d81329cef9.zip | |
trait alias fallout
| -rw-r--r-- | src/librustc_driver/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_driver/test.rs b/src/librustc_driver/test.rs index f04e01f3f96..ded2fa01e59 100644 --- a/src/librustc_driver/test.rs +++ b/src/librustc_driver/test.rs @@ -248,6 +248,7 @@ impl<'a, 'gcx, 'tcx> Env<'a, 'gcx, 'tcx> { hir::ItemStruct(..) | hir::ItemUnion(..) | hir::ItemTrait(..) | + hir::ItemTraitAlias(..) | hir::ItemImpl(..) | hir::ItemAutoImpl(..) => None, |
