We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a5cdf commit e18054dCopy full SHA for e18054d
src/test/assembly/asm/nvptx-types.rs
@@ -30,6 +30,7 @@ impl Copy for i64 {}
30
impl Copy for f64 {}
31
impl Copy for ptr {}
32
33
+// NVPTX does not support static variables
34
#[no_mangle]
35
fn extern_func() {}
36
0 commit comments