Skip to content
/ rust Public
forked from rust-lang/rust

Commit

Permalink
Bless ui test for libstd reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 30, 2019
1 parent 4436c9d commit 9ad0850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/issues/issue-27033.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ad0850

Please sign in to comment.