Skip to content

Commit

Permalink
Add missing feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 30, 2021
1 parent 31482a9 commit a2c5d29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run/asm.rs
Expand Up @@ -3,6 +3,8 @@
// Run-time:
// status: 0

#![feature(asm_const, asm_sym)]

use std::arch::{asm, global_asm};

global_asm!("
Expand Down

0 comments on commit a2c5d29

Please sign in to comment.