Add run-pass test for expansion info

This commit is contained in:
David Tolnay
2016-07-04 14:49:50 -07:00
parent 149c87d7c2
commit a3a7e4085f
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ clippy = { version = "^0.*", optional = true }
serde_codegen = { version = "^0.7.12", path = "../serde_codegen", default-features = false, features = ["nightly"] }
[dev-dependencies]
clippy = "^0.0.78"
compiletest_rs = "^0.2.0"
fnv = "1.0"
rustc-serialize = "^0.3.16"