Opt in to experimental trybuild diffs

This commit is contained in:
David Tolnay 2019-12-25 17:40:28 -05:00
parent 2a803f7299
commit 0cee3d2bbf
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -17,7 +17,7 @@ proc-macro2 = { version = "1.0", default-features = false }
[dev-dependencies]
rustversion = "1.0"
trybuild = "1.0"
trybuild = { version = "1.0.19", features = ["diff"] }
[features]
default = ["proc-macro"]