Skip to content

Commit 435fe5b

Browse files
committed
trait alias fallout
1 parent 4f0b4f2 commit 435fe5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_driver/test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ impl<'a, 'gcx, 'tcx> Env<'a, 'gcx, 'tcx> {
248248
hir::ItemStruct(..) |
249249
hir::ItemUnion(..) |
250250
hir::ItemTrait(..) |
251+
hir::ItemTraitAlias(..) |
251252
hir::ItemImpl(..) |
252253
hir::ItemAutoImpl(..) => None,
253254

0 commit comments

Comments
 (0)