This commit is contained in:
The Miri Conjob Bot 2023-09-12 05:33:59 +00:00
parent 5e992f334c
commit 1916a4a524

View File

@ -9,7 +9,9 @@ struct Zst;
#[derive(Copy, Clone)]
struct Wrapper<T>(T);
fn id<T>(x: T) -> T { x }
fn id<T>(x: T) -> T {
x
}
fn test_abi_compat<T: Clone, U: Clone>(t: T, u: U) {
fn id<T>(x: T) -> T {