From d1eceefeb8b683da3f64b89446f04f01803962e1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 13 Aug 2018 17:42:43 +0300 Subject: dyn type --- crates/libsyntax2/tests/test/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/libsyntax2/tests/test') diff --git a/crates/libsyntax2/tests/test/main.rs b/crates/libsyntax2/tests/test/main.rs index 64d080dfd..6b0a44d0c 100644 --- a/crates/libsyntax2/tests/test/main.rs +++ b/crates/libsyntax2/tests/test/main.rs @@ -1,6 +1,7 @@ extern crate libsyntax2; #[macro_use] extern crate assert_eq_text; +extern crate walkdir; use std::{ fs, -- cgit v1.2.3