Skip to content

Commit e18054d

Browse files
committed
Added comment about static variables
1 parent 83a5cdf commit e18054d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/test/assembly/asm/nvptx-types.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ impl Copy for i64 {}
3030
impl Copy for f64 {}
3131
impl Copy for ptr {}
3232

33+
// NVPTX does not support static variables
3334
#[no_mangle]
3435
fn extern_func() {}
3536

0 commit comments

Comments
 (0)