Bless ui test for libstd reformat

This commit is contained in:
David Tolnay 2019-11-27 11:07:26 -08:00
parent 4436c9d354
commit 9ad0850707
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -6,8 +6,8 @@ LL | None @ _ => {}
|
::: $SRC_DIR/libstd/prelude/v1.rs:LL:COL
|
LL | pub use crate::option::Option::{self, Some, None};
| ---- the unit variant `None` is defined here
LL | pub use crate::option::Option::{self, None, Some};
| ---- the unit variant `None` is defined here
error[E0530]: match bindings cannot shadow constants
--> $DIR/issue-27033.rs:8:9