fmt
This commit is contained in:
parent
650294cdc2
commit
fb3565a848
@ -1,8 +1,10 @@
|
|||||||
use std::num;
|
|
||||||
use std::mem;
|
use std::mem;
|
||||||
|
use std::num;
|
||||||
|
|
||||||
fn test_abi_compat<T, U>(t: T, u: U) {
|
fn test_abi_compat<T, U>(t: T, u: U) {
|
||||||
fn id<T>(x: T) -> T { x }
|
fn id<T>(x: T) -> T {
|
||||||
|
x
|
||||||
|
}
|
||||||
|
|
||||||
// This checks ABI compatibility both for arguments and return values,
|
// This checks ABI compatibility both for arguments and return values,
|
||||||
// in both directions.
|
// in both directions.
|
||||||
|
Loading…
Reference in New Issue
Block a user