Bless ui test for libstd reformat
This commit is contained in:
parent
4436c9d354
commit
9ad0850707
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue