Run ui tests on nightly only

Where the nightly and other compiler stderr messages differ, nightly is
the one that makes sense to test.
This commit is contained in:
David Tolnay 2019-05-06 10:10:36 -07:00
parent 6efaa0d3d6
commit 6b15f48393
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ ryu = "0.2"
[dev-dependencies]
automod = "0.1"
select-rustc = "0.1"
serde_bytes = "0.11"
serde_derive = "1.0"
serde_stacker = "0.1"

View File

@ -1,3 +1,4 @@
#[rustc::attr(not(nightly), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();