Skip to content

Commit b08c7aa

Browse files
committed
Remove EOL space
1 parent 7e12546 commit b08c7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-fail/escape_analysis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn ok_box_trait(boxed_trait: &Box<Z>) {
3131

3232
fn warn_call() {
3333
let x = box A; //~ ERROR local variable
34-
x.foo();
34+
x.foo();
3535
}
3636

3737
fn warn_arg(x: Box<A>) { //~ ERROR local variable

0 commit comments

Comments
 (0)