We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c863c38 commit 2b1ff76Copy full SHA for 2b1ff76
tests/pass/function_calls/abi_compat.rs
@@ -1,6 +1,6 @@
1
#![feature(portable_simd)]
2
-use std::num;
3
use std::mem;
+use std::num;
4
use std::simd;
5
6
fn test_abi_compat<T, U>(t: T, u: U) {
0 commit comments