1
Fork 0

Deprecate the asm! macro

This commit is contained in:
Amanieu d'Antras 2020-04-10 17:34:30 +01:00
parent c4ca63885e
commit ce83b49d16
8 changed files with 32 additions and 7 deletions

View file

@ -523,6 +523,7 @@ pub use core::{
// Re-export built-in macros defined through libcore.
#[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
#[allow(deprecated)]
pub use core::{
asm, assert, cfg, column, compile_error, concat, concat_idents, env, file, format_args,
format_args_nl, global_asm, include, include_bytes, include_str, line, llvm_asm, log_syntax,