Update UI test expectations

This commit is contained in:
LeSeulArtichaut 2019-12-10 22:03:13 +01:00
parent cf8c0d7a04
commit 3bd46f1aec
24 changed files with 46 additions and 46 deletions

View file

@ -104,7 +104,7 @@ LL | #![feature(or_patterns)]
|
= note: `#[warn(incomplete_features)]` on by default
error[E0369]: binary operation `|` cannot be applied to type `E`
error[E0369]: no implementation for `E | ()`
--> $DIR/or-patterns-syntactic-fail.rs:24:22
|
LL | let _ = |A | B: E| ();