We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d39c7f commit 688e381Copy full SHA for 688e381
src/test/ui/issues/issue-27033.stderr
@@ -6,8 +6,8 @@ LL | None @ _ => {}
6
|
7
::: $SRC_DIR/libstd/prelude/v1.rs:LL:COL
8
9
-LL | pub use crate::option::Option::{self, Some, None};
10
- | ---- the unit variant `None` is defined here
+LL | pub use crate::option::Option::{self, None, Some};
+ | ---- the unit variant `None` is defined here
11
12
error[E0530]: match bindings cannot shadow constants
13
--> $DIR/issue-27033.rs:8:9
0 commit comments