mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 21:05:12 +00:00
Update existing fill struct fields test
This commit is contained in:
parent
251f9dfc8a
commit
e4757f9407
@ -242,7 +242,7 @@ enum Expr {
|
||||
|
||||
impl Expr {
|
||||
fn new_bin(lhs: Box<Expr>, rhs: Box<Expr>) -> Expr {
|
||||
Expr::Bin { lhs: (), rhs: () }
|
||||
Expr::Bin { lhs, rhs }
|
||||
}
|
||||
}
|
||||
"#,
|
||||
|
Loading…
Reference in New Issue
Block a user