1
Fork 0

Merge cfail and ui tests into ui tests

This commit is contained in:
Oliver Schneider 2017-11-20 13:13:27 +01:00
parent 36066d8925
commit 8937d6a6cf
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9
670 changed files with 2198 additions and 2129 deletions

View file

@ -15,7 +15,7 @@
fn main() {
let foo = 22;
match foo {
u32::XXX => { }
u32::XXX => { } //~ ERROR no associated item named
_ => { }
}
}