Rename asm to llvm_asm.

This commit is contained in:
David L. Campbell
2020-05-31 20:48:19 -04:00
committed by Aaron Janse
parent c4ddf3fff4
commit 5cc40831ef
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![feature(asm)]
#![feature(llvm_asm)]
#![feature(const_fn)] // see https://github.com/rust-lang/rfcs/pull/2632
#![cfg_attr(not(test), no_std)]