Skip to content

Commit 688e381

Browse files
committed
Bless ui test for libstd reformat
1 parent 6d39c7f commit 688e381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/issues/issue-27033.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LL | None @ _ => {}
66
|
77
::: $SRC_DIR/libstd/prelude/v1.rs:LL:COL
88
|
9-
LL | pub use crate::option::Option::{self, Some, None};
10-
| ---- the unit variant `None` is defined here
9+
LL | pub use crate::option::Option::{self, None, Some};
10+
| ---- the unit variant `None` is defined here
1111

1212
error[E0530]: match bindings cannot shadow constants
1313
--> $DIR/issue-27033.rs:8:9

0 commit comments

Comments
 (0)