Skip to content

Commit 02e399c

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent 8820f12 commit 02e399c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/pass/function_calls/abi_compat.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ struct Zst;
99
#[derive(Copy, Clone)]
1010
struct Wrapper<T>(T);
1111

12-
fn id<T>(x: T) -> T { x }
12+
fn id<T>(x: T) -> T {
13+
x
14+
}
1315

1416
fn test_abi_compat<T: Clone, U: Clone>(t: T, u: U) {
1517
fn id<T>(x: T) -> T {

0 commit comments

Comments
 (0)